Skip to content

Commit 339330c

Browse files
committed
Fix test skipping.
1 parent 65cb9e9 commit 339330c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ for (testname, (resp,)) in results
389389
Test.pop_testset()
390390
end
391391
end
392-
for test in all_tests
392+
for test in tests
393393
(test in completed_tests) && continue
394394
fake = Test.DefaultTestSet(test)
395395
Test.record(fake, Test.Error(:test_interrupted, test, nothing,

0 commit comments

Comments
 (0)