diff --git a/lib/cuke-pack/support/in_progress.rb b/lib/cuke-pack/support/in_progress.rb index a4c2531..3047994 100644 --- a/lib/cuke-pack/support/in_progress.rb +++ b/lib/cuke-pack/support/in_progress.rb @@ -8,7 +8,7 @@ if ENV['INPROGRESS'] end After do |s| - if s.failed? + if s.failed? && s.status == :pending if ENV['INPROGRESS'] in_progress << s.feature.file_colon_line(s.line) end