diff --git a/.github/scripts/ci-test-other.sh b/.github/scripts/ci-test-other.sh index 3cd19b7..431abe0 100755 --- a/.github/scripts/ci-test-other.sh +++ b/.github/scripts/ci-test-other.sh @@ -21,8 +21,6 @@ declare -a max_moving_tests_to_skip=( # see https://github.com/mmtk/mmtk-julia/issues/259 "abstractarray" "cmdlineargs" - "Downloads" - "LibCURL" "loading" "misc" ) diff --git a/.github/scripts/ci-test-stdlib.sh b/.github/scripts/ci-test-stdlib.sh index 737bdf6..87d4426 100755 --- a/.github/scripts/ci-test-stdlib.sh +++ b/.github/scripts/ci-test-stdlib.sh @@ -29,23 +29,12 @@ declare -a tests_to_skip=( "LinearAlgebra" # Skipping Distributed tests "Distributed" - - # Skipping tests that fail for max moving Immix - # see https://github.com/mmtk/mmtk-julia/issues/259 - "Downloads" - "REPL" - "Random" - "LibCURL" - "LazyArtifacts" ) declare -a max_moving_tests_to_skip=( # Skipping tests that fail for max moving Immix # see https://github.com/mmtk/mmtk-julia/issues/259 - "Downloads" - "REPL" "Random" - "LibCURL" "LazyArtifacts" )