Skip to content

Commit 899edf6

Browse files
authored
Enabling LibCurl related tests (#271)
1 parent 7d6d727 commit 899edf6

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ declare -a max_moving_tests_to_skip=(
2121
# see https://github.com/mmtk/mmtk-julia/issues/259
2222
"abstractarray"
2323
"cmdlineargs"
24-
"Downloads"
25-
"LibCURL"
2624
"loading"
2725
"misc"
2826
)

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,12 @@ 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"
4737
"Random"
48-
"LibCURL"
4938
"LazyArtifacts"
5039
)
5140

0 commit comments

Comments
 (0)