We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca40a2 commit a61a7cfCopy full SHA for a61a7cf
rb/spec/integration/selenium/webdriver/driver_spec.rb
@@ -24,7 +24,7 @@ module WebDriver
24
describe Driver, exclusive: {bidi: false, reason: 'Not yet implemented with BiDi'} do
25
it_behaves_like 'driver that can be started concurrently', exclude: [
26
{browser: %i[safari safari_preview]},
27
- {browser: :firefox, rbe: true, reason: 'https://github.com/mozilla/geckodriver/issues/2219'},
+ {browser: :firefox, reason: 'https://github.com/SeleniumHQ/selenium/issues/15451'},
28
{driver: :remote, rbe: true, reason: 'Cannot start 2+ drivers at once.'}
29
]
30
0 commit comments