mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix pending results not being counted
This commit is contained in:
parent
6d8d117ec2
commit
5e1ca34146
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ module Spectator
|
|||
|
||||
if pending?
|
||||
Log.debug { "Skipping example #{self} - marked pending" }
|
||||
@finished = true
|
||||
return @result = PendingResult.new
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue