X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/35ba053c83b7ad18e1a336d50d3a8d5a53adce9f..ae92d144610446849eb568247a44f02ae985c281:/apps/workbench/test/integration_helper.rb diff --git a/apps/workbench/test/integration_helper.rb b/apps/workbench/test/integration_helper.rb index 0c66e59c8c..7209f2b6c9 100644 --- a/apps/workbench/test/integration_helper.rb +++ b/apps/workbench/test/integration_helper.rb @@ -206,7 +206,7 @@ class ActionDispatch::IntegrationTest end teardown do - if not passed? + if !passed? && !skipped? screenshot end if Capybara.current_driver == :selenium