Skip to content

Commit 30e33a9

Browse files
committed
[rb] guard spec for Firefox secure cookie handling pending mozilla/geckodriver#1840
1 parent 7cae246 commit 30e33a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rb/spec/integration/selenium/webdriver/manager_spec.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ module WebDriver
6464
expect(driver.manage.cookie_named('security')[:http_only]).to eq true
6565
end
6666

67-
it 'should not show secure when insecure' do
67+
it 'should not add secure when http', except: {browser: :firefox,
68+
reason: 'https://github.com/mozilla/geckodriver/issues/1840'} do
6869
driver.navigate.to url_for('xhtmlTest.html')
6970
driver.manage.add_cookie name: 'security',
7071
value: 'secure',

0 commit comments

Comments
 (0)