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

neil_a_wilson
14.07.2007 df2c1d1ad5ede64ad481ffcd6c39f88a85ad665a
Disable some replication Generation ID tests because they are consistently
failing on the build machine.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
@@ -702,7 +702,7 @@
   *
   * @throws Exception
   */
  @Test(enabled=true)
  @Test(enabled=false)
  public void testSingleRS() throws Exception
  {
    String testCase = "testSingleRS";
@@ -1044,7 +1044,7 @@
   * - genId setting propagation from one RS to the others
   * - genId reset   propagation from one RS to the others
   */
  @Test(enabled=true)
  @Test(enabled=false)
  public void testMultiRS() throws Exception
  {
    String testCase = "testMultiRS";