From 1d393c25134602aa0f56d8854de53bb43ec14451 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Tue, 22 Jan 2008 09:24:00 +0000
Subject: [PATCH] disable til the author can resolve constant hangs in this test.

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java
index 57c9b77..2c25cd3 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java
@@ -44,6 +44,7 @@
 /**
  * Test re-synchronization after after backup/restore and LDIF import.
  */
+@Test(enabled=false)
 public class ReSyncTest extends ReplicationTestCase
 {
  /**
@@ -52,7 +53,7 @@
   * @throws Exception
   *           If the environment could not be set up.
   */
- @BeforeClass
+ @BeforeClass(enabled=false)
   public void setup() throws Exception
   {
    /*
@@ -138,7 +139,7 @@
   /**
    * Test re-synchronization after after backup/restore
    */
-  @Test(enabled=true, groups="slow")
+  @Test(enabled=false, groups="slow")
   public void testResyncAfterRestore() throws Exception
   {
     /*
@@ -182,7 +183,7 @@
   /**
    * Test re-synchronization after after backup/restore
    */
-  @Test(enabled=true, groups="slow")
+  @Test(enabled=false, groups="slow")
   public void testResyncAfterImport() throws Exception
   {
     /*

--
Gitblit v1.10.0