Skip to content

Commit

Permalink
Enable "Test spawning a lot of tasks" on non-Linux (JuliaLang#43072)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored and LilithHafner committed Mar 8, 2022
1 parent 27bc3ab commit 45d4438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/threads.jl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ end
close(proc.in)

# https://github.com/JuliaLang/julia/pull/42973
Sys.islinux() && @testset "spawn and wait *a lot* of tasks in @profile" begin
@testset "spawn and wait *a lot* of tasks in @profile" begin
# Not using threads_exec.jl for better isolation, reproducibility, and a
# tighter timeout.
script = "profile_spawnmany_exec.jl"
Expand Down

0 comments on commit 45d4438

Please sign in to comment.