mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Skip flaky FF test that was set to pending
This commit is contained in:
parent
e25a293f37
commit
219094a699
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ Capybara::SpecHelper.run_specs TestSessions::RemoteFirefox, FIREFOX_REMOTE_DRIVE
|
|||
when 'Capybara::Session selenium_firefox_remote #reset_session! removes ALL cookies'
|
||||
pending "Geckodriver doesn't provide a way to remove cookies outside the current domain"
|
||||
when /#accept_confirm should work with nested modals$/
|
||||
pending 'Broken in FF 63 - https://bugzilla.mozilla.org/show_bug.cgi?id=1487358' if marionette_gte?(63, @session)
|
||||
# skip because this is timing based and hence flaky when set to pending
|
||||
skip 'Broken in FF 63 - https://bugzilla.mozilla.org/show_bug.cgi?id=1487358' if marionette_gte?(63, @session)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue