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 5d07e95566..67695e3b58 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,6 +443,7 @@ 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, @@ -475,6 +476,7 @@ 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 ); @@ -723,6 +725,7 @@ public void testSaslGssApiBind() throws Exception @Test + @Disabled("Flaky test") public void testSaslGssApiBindSaslQoPAuthConfOverStartTLS() throws Exception { SimpleKdcServer kerbyServer = new SimpleKdcServer();