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

gbellato
14.32.2008 a6defc1be80f2d30c751853b0e6c62eff33d9cf1
Disable the dependency tests because they fail on some hardware.
Created issue 3065 to keep track of the bugs reproducible with those tests.
1 files modified
4 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/DependencyTest.java 4 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/DependencyTest.java
@@ -422,7 +422,7 @@
   * To increase the risks of failures a loop of add/del/add is done.
   */
  @SuppressWarnings("unchecked")
  @Test(enabled=true, groups="slow")
  @Test(enabled=false, groups="slow")
  public void addDelAddDependencyTest() throws Exception
  {
    ReplicationServer replServer = null;
@@ -555,7 +555,7 @@
   * issuing a set of Add operation followed by a modrdn of the added entry.
   */
  @SuppressWarnings("unchecked")
  @Test(enabled=true, groups="slow")
  @Test(enabled=false, groups="slow")
  public void addModdnDependencyTest() throws Exception
  {
    ReplicationServer replServer = null;