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

neil_a_wilson
17.27.2007 43b865d7aa79f44169abf201a4122fdce2532cdd
Disable the DependencyTest.addDelAddDependencyTest() test case because it is
causing frequent failures. Issue #2111 has been opened to track this.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/DependencyTest.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/DependencyTest.java
@@ -294,7 +294,7 @@
   * To increase the risks of failures a loop of add/del/add is done.
   */
  @SuppressWarnings("unchecked")
  @Test(groups="slow")
  @Test(enabled=false, groups="slow")
  public void addDelAddDependencyTest() throws Exception
  {
    ReplicationServer replServer = null;