Skip to content

Commit 0f274cb

Browse files
committed
[rb] do not start a new grid if one has been specified
1 parent 0f2429a commit 0f274cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
c.before(:suite) do
4040
$DEBUG ||= ENV['DEBUG'] == 'true'
41-
GlobalTestEnv.remote_server.start if GlobalTestEnv.driver == :remote
41+
GlobalTestEnv.remote_server.start if GlobalTestEnv.driver == :remote && ENV['WD_REMOTE_URL'].nil?
4242
GlobalTestEnv.print_env
4343
end
4444

0 commit comments

Comments
 (0)