summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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