Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Merge branch 'drewbailey-webmock'
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanLacey committed Jan 20, 2016
2 parents d7ac800 + e338eec commit 63d92df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/parallel_testing.rb
Expand Up @@ -76,7 +76,7 @@ def run_parallel_tests(t, args, command)
skip_check = (skip_check_string == 'true')

warn_of_skipped_parallel_processes if skip_check

WebMock.disable! if ENV['DISABLE_WEBMOCK'] == 'true'
if((ParallelTests.number_of_running_processes == 0) || skip_check)
username = ENV["SAUCE_USERNAME"].to_s
access_key = ENV["SAUCE_ACCESS_KEY"].to_s
Expand Down

0 comments on commit 63d92df

Please sign in to comment.