Skip to content

Commit 7f66c20

Browse files
committed
[rb] turn off remote session id test for local runs
1 parent a1d1a2a commit 7f66c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/firefox/driver_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module WebDriver
3434
expect(caps.page_load_timeout).to be == 300000
3535
expect(caps.script_timeout).to be == 30000
3636

37-
expect(caps.remote_session_id).not_to be_nil
37+
expect(caps.remote_session_id).not_to be_nil if GlobalTestEnv.driver == :remote
3838
end
3939
end
4040

0 commit comments

Comments
 (0)