Test: switch to using OpenLDAP url for connect timeout

After the switch from elasticsearch.com to elastic.co, these tests started failing
due to socket connect errors. Now we will just connect to the OpenLDAP server
which should be a different machines than the ones running tests.

Original commit: elastic/x-pack-elasticsearch@7bf713a313
This commit is contained in:
jaymode 2015-03-11 07:48:00 -07:00
parent 15e0af9c9a
commit 8704693888
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class LdapSessionFactoryTests extends LdapTest {
@Network
public void testConnectTimeout() {
// Local sockets connect too fast...
String ldapUrl = "ldap://elasticsearch.com:389";
String ldapUrl = "ldap://54.200.235.244:389";
String groupSearchBase = "o=sevenSeas";
String[] userTemplates = new String[] {
"cn={0},ou=people,o=sevenSeas",