We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4e9bd commit b90ee7eCopy full SHA for b90ee7e
test/integration/test_bind.rb
@@ -10,8 +10,8 @@ def test_bind_success
10
end
11
12
def test_bind_timeout
13
- omit "this is no longer working in our test environment - skipping"
14
- @ldap.port = 8389
+ @ldap.host = "10.255.255.1" # non-routable IP
+
15
error = assert_raise Net::LDAP::Error do
16
@ldap.bind BIND_CREDS
17
0 commit comments