Skip to content

Commit

Permalink
disabling of two schrodinger tests (test001changeTime, checkJVMProper…
Browse files Browse the repository at this point in the history
…tiesMidpointHome)
  • Loading branch information
skublik committed Mar 16, 2020
1 parent 951391e commit bdb74c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -106,9 +106,8 @@ public void checkReindexRepositoryObjectsDisplayName() {
// @formatter:on
}

@Test
@Test (enabled = false)
public void checkJVMPropertiesMidpointHome(){
Selenide.sleep(2000);
Assert.assertFalse(
aboutPage.getJVMproperty(AbstractSchrodingerTest.PROPERTY_NAME_MIDPOINT_HOME).isEmpty());
}
Expand Down
Expand Up @@ -28,7 +28,7 @@ public void afterClass() {
super.afterClass();
}

@Test
@Test (enabled = false)
public void test001changeTime() {
InternalsConfigurationPage configPage = basicPage.internalsConfiguration();
ClockTab clockTab = configPage.clockTab();
Expand Down

0 comments on commit bdb74c8

Please sign in to comment.