From 6771316d51beaeecff54fdfb71e3275079346c0a Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Mon, 9 Aug 2021 21:28:43 +0200 Subject: .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. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.1