mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
15.07.2007 f1f8a002bd20d8bd3e63048573ba98edb2bfcd28
Disable an installation test case as it is consistently failing in the weekly
build candidate.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/InstallationTest.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/InstallationTest.java
@@ -238,7 +238,7 @@
  /**
   * Tests the history directory is available.
   */
  @Test
  @Test(enabled=false)
  public void testGetHistoryDirectory() {
    assertExistentFile(installation.getHistoryDirectory());
  }