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 532901d commit 8f30cbeCopy full SHA for 8f30cbe
rb/spec/integration/selenium/webdriver/firefox/service_spec.rb
@@ -38,7 +38,7 @@ module Firefox
38
expect(service_manager.uri).to be_a(URI)
39
end
40
41
- context 'with BiDi enabled (websocket port)' do
+ context 'with BiDi enabled', exclusive: {bidi: true, reason: 'only executed when bidi is enabled'} do
42
it 'ensures two service instances use different websocket port' do
43
service1 = described_class.new
44
service2 = described_class.new
0 commit comments