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 263e712 commit b2f4359Copy full SHA for b2f4359
.github/scripts/ci-test-other.sh
@@ -21,9 +21,8 @@ declare -a max_moving_tests_to_skip=(
21
# see https://github.com/mmtk/mmtk-julia/issues/259
22
"abstractarray"
23
"cmdlineargs"
24
- "Downloads"
25
- "read"
26
- "LibCURL"
+ # "Downloads"
+ # "LibCURL"
27
"loading"
28
"misc"
29
)
.github/scripts/ci-test-stdlib.sh
@@ -42,10 +42,10 @@ declare -a tests_to_skip=(
42
declare -a max_moving_tests_to_skip=(
43
# Skipping tests that fail for max moving Immix
44
45
46
- "REPL"
+ # "REPL"
47
"Random"
48
49
"LazyArtifacts"
50
51
0 commit comments