Skip to content

Commit

Permalink
Merge pull request #572 from mrglavas/564#linux-test-ignore
Browse files Browse the repository at this point in the history
Disable Linux tests for running dev mode in a container that were impacted by PR 553.
  • Loading branch information
mrglavas authored Nov 9, 2023
2 parents d70cf24 + 4c98ac2 commit d86af96
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit d86af96

Please sign in to comment.