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 97859fe commit 4e8d585Copy full SHA for 4e8d585
test/jobs-applications-live.jl
@@ -10,5 +10,5 @@ DEFAULT_IDE_NAME = get(ENV, "JULIAHUBJL_LIVE_IDE_NAME", "Julia IDE")
10
@test job.status == "Running"
11
job = JuliaHub.kill_job(job)
12
job = JuliaHub.wait_job(job)
13
- @test job.status == "Stopped"
+ @test job.status in ("Completed", "Stopped")
14
end
0 commit comments