We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb85e0 commit bb95e5fCopy full SHA for bb95e5f
1 file changed
server-integ/src/test/java/org/apache/directory/server/operations/bind/SaslBindIT.java
@@ -412,6 +412,7 @@ public void testSaslDigestMd5BindSaslQoPAuthOverLdaps() throws Exception
412
* SASL Quality of Protection set to 'auth-int'.
413
*/
414
@Test
415
+ @Disabled("Flaky test")
416
public void testSaslDigestMd5BindSaslQoPAuthInt() throws Exception
417
{
418
LdapNetworkConnection connection = new LdapNetworkConnection( Network.LOOPBACK_HOSTNAME,
0 commit comments