Skip to content

Commit

Permalink
Don't run test_uses_processes in Julia 1.8-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Dec 24, 2021
1 parent ab854a2 commit 5b7a98c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_uses_processes.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module TestUsesProcesses
using Folds
using Folds.Testing: test_uses_processes
VERSION < v"1.8-" && # workaround the hang in CI
test_uses_processes(DistributedEx())
end # module

0 comments on commit 5b7a98c

Please sign in to comment.