From df2ba95c477af0dce68a43e525be9c2de51f7eb7 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 19 Dec 2007 10:15:04 +0000
Subject: [PATCH] Disabled InitOnLineTest 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

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
index ccdac3c..ba5f6de 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
@@ -1185,7 +1185,7 @@
     }
   }
 
-  @Test(enabled=true)
+  @Test(enabled=false)
   public void initializeExportMultiSS() throws Exception
   {
     String testCase = "Replication/InitializeExportMultiSS";

--
Gitblit v1.10.0