From f9104251029eb5540128de75164d000d09e42d43 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 14 Jan 2008 12:46:48 +0000
Subject: [PATCH] Disable the Replication Stress test that is causing dead lock of the acceptance

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

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java
index 0408909..0978d23 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java
@@ -82,7 +82,7 @@
   /**
    * Stress test from LDAP server to client using the ReplicationBroker API.
    */
-  @Test(enabled=true, groups="slow")
+  @Test(enabled=false, groups="slow")
   public void fromServertoBroker() throws Exception
   {
     logError(Message.raw(Category.SYNC, Severity.NOTICE,

--
Gitblit v1.10.0