Disable download test for remote chrome until selenium supports

This commit is contained in:
Thomas Walpole 2018-06-17 13:35:29 -07:00
parent 047a3feb73
commit 86f1767f3c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module TestSessions
Chrome = Capybara::Session.new(CHROME_REMOTE_DRIVER, TestApp)
end
skipped_tests = %i[response_headers status_code trigger]
skipped_tests = %i[response_headers status_code trigger download]
# skip window tests when headless for now - closing a window not supported by chromedriver/chrome
skipped_tests << :windows if ENV['TRAVIS'] && (ENV['SKIP_WINDOW'] || ENV['HEADLESS'])