From c6bb44e46e67a1d41484c82207ef9abd0e6b8d68 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.
---
opendj-sdk/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/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/postConnectedDisconnectTest.java b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/postConnectedDisconnectTest.java
index cf384be..4e9e325 100644
--- a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/postConnectedDisconnectTest.java
+++ b/opendj-sdk/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