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

matthew_swift
19.39.2007 867e3a6bbcdae9a66afc211e578252d6fb3b3e43
Disabled InitOnLineTest.initializeExport as it causes a lock-up of the unit tests 100% of the time on my machine and prevents the unit tests from completing. See https://opends.dev.java.net/issues/show_bug.cgi?id=2770
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
@@ -761,7 +761,7 @@
  /**
   * Tests the export side of the Initialize task
   */
  @Test(enabled=true)
  @Test(enabled=false)
  public void initializeExport() throws Exception
  {
    String testCase = "Replication/InitializeExport";