Skip to content

Commit 8b81701

Browse files
committed
fixup! fixup! fixup! streaming: Add DAG teardown option
1 parent bdf51c1 commit 8b81701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/streaming.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ for idx in 1:5
205205
@test istaskdone(x)
206206
fetch(x)
207207
end
208-
@test test_finishes("teardown=false"; max_evals=1_000_000, ignore_timeout=true) do
208+
@test !test_finishes("teardown=false"; max_evals=1_000_000, ignore_timeout=true) do
209209
local x, y
210210
Dagger.spawn_streaming(;teardown=false) do
211211
x = Dagger.@spawn scope=rand(scopes) () -> begin

0 commit comments

Comments
 (0)