From e11a8019dc203e765ff4f55d1cf29506f55da338 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 09 Mar 2007 19:28:34 +0000
Subject: [PATCH] Disable the checkPostconnectDisconnectPlugin test case in the postConnectedDisconnectTest class because it is causing periodic failures and should be designed to avoid hard-coded sleeps.  It will also need to be marked as a "slow" test case.

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

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/postConnectedDisconnectTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/postConnectedDisconnectTest.java
index cf384be..4e9e325 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/postConnectedDisconnectTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/postConnectedDisconnectTest.java
@@ -62,7 +62,7 @@
    * Perform a simple connect.
    * @throws Exception If something wrong occurs.
    */
-  @Test(enabled = true)
+  @Test(enabled = false)
   public void checkPostconnectDisconnectPlugin() throws Exception
   {
     // Before the test, how many time postconnect and postdisconnect

--
Gitblit v1.10.0