mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
19.16.2007 ddf6ef2998a99340e9db9cfa468acd4ada1f2564
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
@@ -1285,7 +1285,7 @@
      debugInfo("Successfully ending " + testCase);
    }
  }
  @Test(enabled=true)
  @Test(enabled=false)
  public void generationIdTest() throws Exception
  {
    testSingleRS();
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/UpdateOperationTest.java
@@ -1253,7 +1253,7 @@
  /**
   * Tests done using directly the ReplicationBroker interface.
   */
  @Test(enabled=true, dataProvider="assured")
  @Test(enabled=false, dataProvider="assured")
  public void updateOperations(boolean assured) throws Exception
  {
    logError(Message.raw(
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java
@@ -145,7 +145,7 @@
   * This method is used to make sure that this order is always respected.
   * (Using testng dependency does not work)
   */
  @Test(enabled=true)
  @Test(enabled=false)
  public void replicationServerTest() throws Exception
  {
    replicationServer.clearDb();