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:
parent
055ec5254d
commit
af43198738
Notes:
git
2021-05-26 18:33:27 +09:00
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue