mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Pass along pending tag value if available
This commit is contained in:
parent
4a9ec3df4a
commit
3b1db7b772
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ module Spectator
|
||||||
if pending?
|
if pending?
|
||||||
Log.debug { "Skipping example #{self} - marked pending" }
|
Log.debug { "Skipping example #{self} - marked pending" }
|
||||||
@finished = true
|
@finished = true
|
||||||
return @result = PendingResult.new
|
return @result = PendingResult.new(Time::Span::ZERO, tags[:pending] || "No reason given")
|
||||||
end
|
end
|
||||||
|
|
||||||
previous_example = @@current
|
previous_example = @@current
|
||||||
|
|
Loading…
Reference in a new issue