Skip to content

Commit 5632c78

Browse files
committed
Enabling LibCurl tests
1 parent 263e712 commit 5632c78

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
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 & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,15 @@ declare -a tests_to_skip=(
2929
"LinearAlgebra"
3030
# Skipping Distributed tests
3131
"Distributed"
32-
33-
# Skipping tests that fail for max moving Immix
34-
# see https://github.com/mmtk/mmtk-julia/issues/259
35-
"Downloads"
36-
"REPL"
37-
"Random"
38-
"LibCURL"
39-
"LazyArtifacts"
4032
)
4133

4234
declare -a max_moving_tests_to_skip=(
4335
# Skipping tests that fail for max moving Immix
4436
# see https://github.com/mmtk/mmtk-julia/issues/259
45-
"Downloads"
46-
"REPL"
37+
# "Downloads"
38+
# "REPL"
4739
"Random"
48-
"LibCURL"
40+
# "LibCURL"
4941
"LazyArtifacts"
5042
)
5143

0 commit comments

Comments
 (0)