summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2021-05-26 09:51:18 +0200
committerJun Aruga <junaruga@users.noreply.github.com>2021-05-26 11:33:05 +0200
commitaf43198738bf45d55d91d7f48b197f94dc526967 (patch)
treee14ab15a1f03b53573f8810e11ada5d1f227da82 /.travis.yml
parent055ec5254dc79cfa5d9500b8c301751fe594e481 (diff)
downloadruby-af43198738bf45d55d91d7f48b197f94dc526967.tar.gz
.travis.yml: Remove skipped tests on ppc64le.
It was fixed at fc832ffbfaf581ff63ef40dc3f4ec5c8ff39aae6 .
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
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