Skip to content

Commit d34d61b

Browse files
committed
Skipping Distributed tests
1 parent 52a38f5 commit d34d61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/ci-test-stdlib.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ declare -a tests_to_skip=(
2727
"SparseArrays"
2828
# Running LinearAlgebra in a separate job
2929
"LinearAlgebra"
30-
# Skipping Distributed tests
30+
# Skipping distributed tests because of https://github.com/JuliaLang/Distributed.jl/issues/132
3131
"Distributed"
3232
)
3333
# These tests need multiple workers.

0 commit comments

Comments
 (0)