Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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 );
Expand Down Expand Up @@ -723,6 +725,7 @@ public void testSaslGssApiBind() throws Exception


@Test
@Disabled("Flaky test")
public void testSaslGssApiBindSaslQoPAuthConfOverStartTLS() throws Exception
{
SimpleKdcServer kerbyServer = new SimpleKdcServer();
Expand Down
Loading