From dc49204c9fd8ac044c367f06395a06f63cf83ade Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 14 Mar 2007 05:12:54 +0000
Subject: [PATCH] Disable the re-sync tests because they are causing repeated test failures.

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

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java
index b386030..34348d6 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java
@@ -153,7 +153,7 @@
   /**
    * Test re-synchronization after after backup/restore
    */
-  @Test()
+  @Test(enabled=false)
   public void testResyncAfterRestore() throws Exception
   {
     /*
@@ -208,7 +208,7 @@
   /**
    * Test re-synchronization after after backup/restore
    */
-  @Test()
+  @Test(enabled=false)
   public void testResyncAfterImport() throws Exception
   {
     /*

--
Gitblit v1.10.0