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

pgamba
25.37.2008 08fec6832552976c66182aaf87cd2752f4e1e7cf
Disable moddnDelDependencyTest due to random failure
1 files modified
3 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/DependencyTest.java 3 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/DependencyTest.java
@@ -253,9 +253,10 @@
  /**
   * Check the dependency between moddn and delete operation
   * when an entry is renamed to a new dn and then deleted.
   * Disabled: need investigations to fix random failures
   */
  @SuppressWarnings("unchecked")
  @Test(enabled=true)
  @Test(enabled=false)
  public void moddnDelDependencyTest() throws Exception
  {
    ReplicationServer replServer = null;