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

neil_a_wilson
17.57.2007 ecb140df50aa0c57fb0044da19218dcae60dee9e
Disable the JmxConnectTest.simpleConnect test case as it is consistently
failing on internal daily builds.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java
@@ -187,7 +187,7 @@
   * accepted when the given credentials are OK and refused when the
   * credentials are invalid.
   */
  @Test(enabled = true, dataProvider = "simpleConnect")
  @Test(enabled = false, dataProvider = "simpleConnect")
  public void simpleConnect(String user, String password,
      boolean expectedResult) throws Exception {
    OpendsJmxConnector connector = connect(user, password,