diff --git a/server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java b/server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java index 502f33864f..5d07e95566 100644 --- a/server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java +++ b/server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java @@ -443,7 +443,6 @@ public void testSaslDigestMd5BindSaslQoPAuthInt() throws Exception * SASL Quality of Protection set to 'auth-int' over ldaps://. */ @Test - @Disabled("Flaky test") public void testSaslDigestMd5BindSaslQoPAuthIntOverLdaps() throws Exception { LdapNetworkConnection connection = new LdapNetworkConnection( Network.LOOPBACK_HOSTNAME, @@ -476,7 +475,6 @@ public void testSaslDigestMd5BindSaslQoPAuthIntOverLdaps() throws Exception * SASL Quality of Protection set to 'auth-int' over StartTLS */ @Test - @Disabled("Flaky test") public void testSaslDigestMd5BindSaslQoPAuthIntOverStartTLS() throws Exception { ldapServer.setConfidentialityRequired( true ); @@ -570,7 +568,6 @@ public void testSaslDigestMd5BindSaslQoPAuthConfOverLdaps() throws Exception * SASL Quality of Protection set to 'auth-conf' over StartTLS. */ @Test - @Disabled("Flaky test") public void testSaslDigestMd5BindSaslQoPAuthConfOverStartTLS() throws Exception { ldapServer.setConfidentialityRequired( true ); @@ -726,7 +723,6 @@ public void testSaslGssApiBind() throws Exception @Test - @Disabled("Flaky test") public void testSaslGssApiBindSaslQoPAuthConfOverStartTLS() throws Exception { SimpleKdcServer kerbyServer = new SimpleKdcServer();