ruby-changes:70240
From: Hiroshi <ko1@a...>
Date: Wed, 15 Dec 2021 18:05:39 +0900 (JST)
Subject: [ruby-changes:70240] 5044371621 (master): Skip s390x because Travis CI was failing with unknown reason
https://git.ruby-lang.org/ruby.git/commit/?id=5044371621 From 5044371621b071c1d846693b0e3251f67ecccaeb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Wed, 15 Dec 2021 15:44:06 +0900 Subject: Skip s390x because Travis CI was failing with unknown reason --- test/rubygems/test_rubygems.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/rubygems/test_rubygems.rb b/test/rubygems/test_rubygems.rb index fa77a299322..eb187282b91 100644 --- a/test/rubygems/test_rubygems.rb +++ b/test/rubygems/test_rubygems.rb @@ -25,6 +25,7 @@ class GemTest < Gem::TestCase https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_rubygems.rb#L25 def test_operating_system_customizing_default_dir pend "does not apply to truffleruby" if RUBY_ENGINE == 'truffleruby' pend "loads a custom defaults/jruby file that gets in the middle" if RUBY_ENGINE == 'jruby' + pend if RUBY_PLATFORM =~ /s390x/ # On a non existing default dir, there should be no gems -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/