Skip to content

Commit 4614d79

Browse files
committed
[rb] guard firefox bug
1 parent dc02d13 commit 4614d79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module WebDriver
2424
describe Driver, exclusive: {bidi: false, reason: 'Not yet implemented with BiDi'} do
2525
it_behaves_like 'driver that can be started concurrently', exclude: [
2626
{browser: %i[safari safari_preview]},
27+
{browser: :firefox, rbe: true, reason: 'https://github.com/mozilla/geckodriver/issues/2219'},
2728
{driver: :remote, rbe: true, reason: 'Cannot start 2+ drivers at once.'}
2829
]
2930

0 commit comments

Comments
 (0)