pending should get it, too
This commit is contained in:
parent
e738456a47
commit
1c91d1de3c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue