Skip to content
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 @@ -782,7 +782,6 @@ 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 @@ -815,10 +814,9 @@ public void testStartInContainerActionUsingDropDownMenu() {
@Test
@Video
@EnabledOnOs({OS.LINUX})
@Disabled
public void testStartInContainerActionUsingPlayToolbarButton() {
String testName = "testStartInContainerActionUsingPlayToolbarButton";
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getBuildFileName()).toString();
String absoluteWLPPath = Paths.get(getProjectsDirPath(), getSmMPProjectName(), getWLPInstallPath()).toString();

// Start dev mode in a container.
UIBotTestUtils.runLibertyActionFromLTWDropDownMenu(remoteRobot, "Start in container", true, 3);
Expand Down Expand Up @@ -847,7 +845,6 @@ 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 @@ -880,7 +877,6 @@ 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