Skip to content

Commit b90ee7e

Browse files
committed
enable bind timeout test using non-routable IP
1 parent cf4e9bd commit b90ee7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/test_bind.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ def test_bind_success
1010
end
1111

1212
def test_bind_timeout
13-
omit "this is no longer working in our test environment - skipping"
14-
@ldap.port = 8389
13+
@ldap.host = "10.255.255.1" # non-routable IP
14+
1515
error = assert_raise Net::LDAP::Error do
1616
@ldap.bind BIND_CREDS
1717
end

0 commit comments

Comments
 (0)