Skip to content

Commit a61a7cf

Browse files
titusfortnersandeepsuryaprasad
authored andcommitted
[rb] update reason for test guard
1 parent cca40a2 commit a61a7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +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'},
27+
{browser: :firefox, reason: 'https://github.com/SeleniumHQ/selenium/issues/15451'},
2828
{driver: :remote, rbe: true, reason: 'Cannot start 2+ drivers at once.'}
2929
]
3030

0 commit comments

Comments
 (0)