From df2c1d1ad5ede64ad481ffcd6c39f88a85ad665a Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 14 Sep 2007 00:07:13 +0000
Subject: [PATCH] Disable some replication Generation ID tests because they are consistently failing on the build machine.

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

diff --git a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
index dc08b55..523ba60 100644
--- a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
+++ b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
@@ -702,7 +702,7 @@
    *
    * @throws Exception
    */
-  @Test(enabled=true)
+  @Test(enabled=false)
   public void testSingleRS() throws Exception
   {
     String testCase = "testSingleRS";
@@ -1044,7 +1044,7 @@
    * - genId setting propagation from one RS to the others
    * - genId reset   propagation from one RS to the others
    */
-  @Test(enabled=true)
+  @Test(enabled=false)
   public void testMultiRS() throws Exception
   {
     String testCase = "testMultiRS";

--
Gitblit v1.10.0