Skip to content

Commit dece61f

Browse files
committed
skip test for rubocop
1 parent 0d84cf8 commit dece61f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rb/spec/integration/selenium/webdriver/bidi/network_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ class BiDi
145145
end
146146
end
147147

148-
it 'provides response' do
148+
it 'provides response', except: {browser: :firefox,
149+
reason: 'Provide response parameters are not supported in Firefox'} do
149150
reset_driver!(web_socket_url: true) do |driver|
150151
network = described_class.new(driver.bidi)
151152
network.add_intercept(phases: [described_class::PHASES[:response_started]])

0 commit comments

Comments
 (0)