summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2021-08-09 21:28:43 +0200
committerJun Aruga <junaruga@users.noreply.github.com>2021-08-09 22:32:12 +0200
commit6771316d51beaeecff54fdfb71e3275079346c0a (patch)
treef40a4389dd69d48d56173eb271d5e2c8b3e3a616 /.travis.yml
parentcc1d88daba740217e54a4e7759b2e0f0a4bc4b3b (diff)
downloadruby-6771316d51beaeecff54fdfb71e3275079346c0a.tar.gz
.travis.yml: Check failures for Travis arm64 again.
It seems the concurrent jobs are stable recently on arm64 pipeline. Keep allowing to fail on arm32 due to a failure.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ff0ce6911e..1581aedc10 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -123,10 +123,10 @@ matrix:
- <<: *ppc64le-linux
- <<: *s390x-linux
allow_failures:
- # An arm64 job sometimes does not start right now.
- # https://travis-ci.community/t/11629
+ # The "TestReadline#test_interrupt_in_other_thread" started failing on arm32
+ # from https://www.travis-ci.com/github/ruby/ruby/jobs/529005145
- name: arm32-linux
- - name: arm64-linux
+ # - name: arm64-linux
# - name: ppc64le-linux
# - name: s390x-linux
fast_finish: true