1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

.travis.yml: Remove skipped tests on ppc64le.

It was fixed at fc832ffbfa .
This commit is contained in:
Jun Aruga 2021-05-26 09:51:18 +02:00 committed by Jun Aruga
parent 055ec5254d
commit af43198738
Notes: git 2021-05-26 18:33:27 +09:00

View file

@ -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