diff --git a/rb/spec/integration/selenium/webdriver/manager_spec.rb b/rb/spec/integration/selenium/webdriver/manager_spec.rb index d8b2cbc981f38..57ec36aadfcd2 100644 --- a/rb/spec/integration/selenium/webdriver/manager_spec.rb +++ b/rb/spec/integration/selenium/webdriver/manager_spec.rb @@ -64,7 +64,8 @@ module WebDriver expect(driver.manage.cookie_named('security')[:http_only]).to eq true end - it 'should not show secure when insecure' do + it 'should not add secure when http', except: {browser: :firefox, + reason: 'https://github.com/mozilla/geckodriver/issues/1840'} do driver.navigate.to url_for('xhtmlTest.html') driver.manage.add_cookie name: 'security', value: 'secure',