Skip to content

Commit b2f4359

Browse files
committed
Enabling LibCurl tests
1 parent 263e712 commit b2f4359

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ declare -a max_moving_tests_to_skip=(
2121
# see https://github.com/mmtk/mmtk-julia/issues/259
2222
"abstractarray"
2323
"cmdlineargs"
24-
"Downloads"
25-
"read"
26-
"LibCURL"
24+
# "Downloads"
25+
# "LibCURL"
2726
"loading"
2827
"misc"
2928
)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ declare -a tests_to_skip=(
4242
declare -a max_moving_tests_to_skip=(
4343
# Skipping tests that fail for max moving Immix
4444
# see https://github.com/mmtk/mmtk-julia/issues/259
45-
"Downloads"
46-
"REPL"
45+
# "Downloads"
46+
# "REPL"
4747
"Random"
48-
"LibCURL"
48+
# "LibCURL"
4949
"LazyArtifacts"
5050
)
5151

0 commit comments

Comments
 (0)