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 8113155 commit 4fe1822Copy full SHA for 4fe1822
test/runtests.jl
@@ -21,7 +21,12 @@ end
21
end
22
23
@testset "Test some unhappy paths (error paths)" begin
24
- include("error_path_intentionally_fail.jl")
+ @testset "intentionally fail" begin
25
+ include("error_path_intentionally_fail.jl")
26
+ end
27
+ @testset "manager's launch timeout" begin
28
+ include("error_path_manager_timeout.jl")
29
30
31
32
# test that slurm is available
0 commit comments