Skip to content

Commit 376c42e

Browse files
committed
this does not need to run only in CI if devs edit /etc/hosts
1 parent ba225a9 commit 376c42e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/test_bind.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ def test_bind_tls_with_multiple_bogus_hosts_no_verification
191191
end
192192

193193
def test_bind_tls_with_multiple_bogus_hosts_ca_check_only_fails
194-
omit_unless ENV['TRAVIS'] == 'true'
195-
196194
@ldap.host = nil
197195
@ldap.hosts = [['127.0.0.1', 389], ['bogus.example.com', 389]]
198196
@ldap.encryption(

0 commit comments

Comments
 (0)