Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Linux tests for running dev mode in a container that were impacted by PR 553. #572

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ public void testMultipleConfigEditHistory() {
@Test
@Video
@EnabledOnOs({OS.LINUX})
@Disabled
public void testStartInContainerActionUsingDropDownMenu() {
String testName = "testStartInContainerActionUsingDropDownMenu";
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getWLPInstallPath()).toString();
Expand Down Expand Up @@ -805,6 +806,7 @@ public void testStartInContainerActionUsingDropDownMenu() {
@Test
@Video
@EnabledOnOs({OS.LINUX})
@Disabled
public void testStartInContainerActionUsingPlayToolbarButton() {
String testName = "testStartInContainerActionUsingPlayToolbarButton";
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getBuildFileName()).toString();
Expand Down Expand Up @@ -836,6 +838,7 @@ public void testStartInContainerActionUsingPlayToolbarButton() {
@Test
@Video
@EnabledOnOs({OS.LINUX})
@Disabled
public void testStartInContainerActionUsingPopUpMenu() {
String testName = "testStartInContainerActionUsingPopUpMenu";
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getWLPInstallPath()).toString();
Expand Down Expand Up @@ -868,6 +871,7 @@ public void testStartInContainerActionUsingPopUpMenu() {
@Test
@Video
@EnabledOnOs({OS.LINUX})
@Disabled
public void testStartInContainerActionUsingSearch() {
String testName = "testStartInContainerActionUsingSearch";
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getWLPInstallPath()).toString();
Expand Down
Loading