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

Matthew Swift
21.11.2011 db281d9add5d5504c0fd087e847ae117debc6034
Temporarily disable listener test while debugging unit test hang (second attempt).
1 files modified
3 ■■■■ changed files
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/LDAPListenerTestCase.java 3 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/LDAPListenerTestCase.java
@@ -48,7 +48,6 @@
/**
 * Tests the LDAPListener class.
 */
@Test(enabled=false)
public class LDAPListenerTestCase extends SdkTestCase
{
@@ -383,7 +382,7 @@
   * @throws Exception
   *           If an unexpected error occurred.
   */
  @Test
  @Test(enabled=false)
  public void testConnectionEventListenerDisconnect() throws Exception
  {
    final MockServerConnection onlineServerConnection = new MockServerConnection();