From af43198738bf45d55d91d7f48b197f94dc526967 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Wed, 26 May 2021 09:51:18 +0200 Subject: .travis.yml: Remove skipped tests on ppc64le. It was fixed at fc832ffbfaf581ff63ef40dc3f4ec5c8ff39aae6 . --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 65271160f8..2a2ff0da6e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,12 +85,6 @@ env: name: ppc64le-linux arch: ppc64le <<: *gcc-10 - env: - # FIXME: Skip some failing TestGCCompact tests. - # https://bugs.ruby-lang.org/issues/17871 - - TEST_ALL_SKIPPED_TESTS="test_gc_compact_stats test_complex_hash_keys test_ast_compacts test_compact_count" - # The tests crash the process. - - RUN_SEPARATED_TESTS=false - &s390x-linux name: s390x-linux -- cgit v1.2.1