Skip to content

Commit cec717a

Browse files
committed
RUBY-577: temporarily disable testing on travis
The patch for enabling auth on Travis has not been pushed to the travis workers yet: travis-ci/travis-cookbooks#180 Once it has been rolled out we can remove the skipping of this test.
1 parent bafe537 commit cec717a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/shared/authentication.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ def test_authenticate_non_existent_user
6060
def test_delegated_authentication
6161
return if @client.server_version < '2.4'
6262

63+
# TODO: remove this line when slaves have this code:
64+
# https://github.com/travis-ci/travis-cookbooks/pull/180
65+
return if ENV['TRAVIS']
66+
6367
doc = {'_id' => 'test'}
6468
# create accounts database to hold user credentials
6569
accounts = @client['accounts']

0 commit comments

Comments
 (0)