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 4f0c73a commit 9e7a0aeCopy full SHA for 9e7a0ae
test/jobs-live.jl
@@ -147,7 +147,8 @@ end
147
job_killed = JuliaHub.kill_job(job; auth)
148
@test job_killed isa JuliaHub.Job
149
@test job_killed.id == job.id
150
- @test job_killed.status ∉ ("Running", "Submitted")
+ # On 6.4+, killing a job doesn't immediately change its status
151
+ #@test job_killed.status ∉ ("Running", "Submitted")
152
# Wait a bit more and then make sure that the job is stopped
153
@debug "Sleeping for 30s: $(job.id)"
154
sleep(30)
0 commit comments