Skip to content

Commit 4e8d585

Browse files
committed
app completed status possible on graceful stop
1 parent 97859fe commit 4e8d585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jobs-applications-live.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ DEFAULT_IDE_NAME = get(ENV, "JULIAHUBJL_LIVE_IDE_NAME", "Julia IDE")
1010
@test job.status == "Running"
1111
job = JuliaHub.kill_job(job)
1212
job = JuliaHub.wait_job(job)
13-
@test job.status == "Stopped"
13+
@test job.status in ("Completed", "Stopped")
1414
end

0 commit comments

Comments
 (0)