We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a6aeb commit 2d4d5f7Copy full SHA for 2d4d5f7
rb/spec/integration/selenium/webdriver/driver_spec.rb
@@ -22,8 +22,10 @@
22
module Selenium
23
module WebDriver
24
describe Driver do
25
- it_behaves_like 'driver that can be started concurrently', except: [{browser: %i[safari safari_preview]},
26
- {driver: :remote, reason: 8524}]
+ it_behaves_like 'driver that can be started concurrently', exclude: [{browser: %i[safari safari_preview]},
+ {driver: :remote,
27
+ platform: :linux,
28
+ reason: 8525}]
29
30
it 'creates default capabilities' do
31
reset_driver! do |driver|
0 commit comments