Skip to content

Commit

Permalink
Revert skipping feature test with Selenium driver and wrong exit status
Browse files Browse the repository at this point in the history
  • Loading branch information
benoittgt authored and JonRowe committed May 16, 2020
1 parent c547d16 commit ab1282f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions features/step_definitions/additional_cli_steps.rb
Expand Up @@ -32,11 +32,3 @@
pending "Action Cable testing is not available"
end
end

Then "the exit status should be 0 (ignoring CI failure)" do
begin
step "the exit status should be 0"
rescue Exception => e # rubocop:disable Lint/RescueException
raise e unless ENV['CI']
end
end
2 changes: 1 addition & 1 deletion features/system_specs/system_specs.feature
Expand Up @@ -106,4 +106,4 @@ Feature: System spec
When I run `rspec spec/system/widget_system_spec.rb`
Then the output should contain "1 example, 0 failures"
And the output should not contain "starting Puma"
And the exit status should be 0 (ignoring CI failure)
And the exit status should be 0

0 comments on commit ab1282f

Please sign in to comment.