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

neil_a_wilson
05.53.2007 52cdc99739dbdb71e1c62790436e451fd40c6254
Disable the windowProbeTest test case in the ReplicationServerTest class
because it is consistently failing.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java
@@ -761,7 +761,7 @@
   * Test that the Replication sends back correctly WindowsUpdate
   * when we send a WindowProbe.
   */
  @Test()
  @Test(enabled=false)
  public void windowProbeTest() throws Exception
  {
    final int WINDOW = 10;