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

neil_a_wilson
15.07.2007 e5b38a376313f953e6c11f68f2f38e3211ead17c
Disable an installation test case as it is consistently failing in the weekly
build candidate.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/InstallationTest.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/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());
  }