We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a38f5 commit d34d61bCopy full SHA for d34d61b
.github/scripts/ci-test-stdlib.sh
@@ -27,7 +27,7 @@ declare -a tests_to_skip=(
27
"SparseArrays"
28
# Running LinearAlgebra in a separate job
29
"LinearAlgebra"
30
- # Skipping Distributed tests
+ # Skipping distributed tests because of https://github.com/JuliaLang/Distributed.jl/issues/132
31
"Distributed"
32
)
33
# These tests need multiple workers.
0 commit comments