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

abobrov
22.24.2008 5556a0a2ac6077b19575c3ebf570152ea1920063
disable til the author can resolve constant hangs in this test.
1 files modified
7 ■■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReSyncTest.java 7 ●●●●● patch | view | raw | blame | history
opendj-sdk/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
  {
    /*