We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf51c1 commit 8b81701Copy full SHA for 8b81701
test/streaming.jl
@@ -205,7 +205,7 @@ for idx in 1:5
205
@test istaskdone(x)
206
fetch(x)
207
end
208
- @test test_finishes("teardown=false"; max_evals=1_000_000, ignore_timeout=true) do
+ @test !test_finishes("teardown=false"; max_evals=1_000_000, ignore_timeout=true) do
209
local x, y
210
Dagger.spawn_streaming(;teardown=false) do
211
x = Dagger.@spawn scope=rand(scopes) () -> begin
0 commit comments