Skip to content

Commit 2d4d5f7

Browse files
committed
[rb] exclude test evaluating concurrent sessions with the remote server since it is crashing the suite
1 parent 53a6aeb commit 2d4d5f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
module Selenium
2323
module WebDriver
2424
describe Driver do
25-
it_behaves_like 'driver that can be started concurrently', except: [{browser: %i[safari safari_preview]},
26-
{driver: :remote, reason: 8524}]
25+
it_behaves_like 'driver that can be started concurrently', exclude: [{browser: %i[safari safari_preview]},
26+
{driver: :remote,
27+
platform: :linux,
28+
reason: 8525}]
2729

2830
it 'creates default capabilities' do
2931
reset_driver! do |driver|

0 commit comments

Comments
 (0)