[Test] mute connect timeout tests that fail intermittently
Original commit: elastic/x-pack-elasticsearch@0b1d936d5b
This commit is contained in:
parent
8704693888
commit
0cc784cbfd
|
@ -5,6 +5,7 @@
|
||||||
*/
|
*/
|
||||||
package org.elasticsearch.shield.authc.ldap;
|
package org.elasticsearch.shield.authc.ldap;
|
||||||
|
|
||||||
|
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||||
import org.elasticsearch.common.settings.ImmutableSettings;
|
import org.elasticsearch.common.settings.ImmutableSettings;
|
||||||
import org.elasticsearch.common.settings.Settings;
|
import org.elasticsearch.common.settings.Settings;
|
||||||
import org.elasticsearch.shield.authc.RealmConfig;
|
import org.elasticsearch.shield.authc.RealmConfig;
|
||||||
|
@ -55,6 +56,7 @@ public class LdapSessionFactoryTests extends LdapTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Network
|
@Network
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch-shield/issues/767")
|
||||||
public void testConnectTimeout() {
|
public void testConnectTimeout() {
|
||||||
// Local sockets connect too fast...
|
// Local sockets connect too fast...
|
||||||
String ldapUrl = "ldap://54.200.235.244:389";
|
String ldapUrl = "ldap://54.200.235.244:389";
|
||||||
|
|
Loading…
Reference in New Issue