ruby-changes:68206
From: Jeremy <ko1@a...>
Date: Sun, 3 Oct 2021 08:04:59 +0900 (JST)
Subject: [ruby-changes:68206] 4f65e6ce2a (master): Temporarily skip test_no_curdir test to avoid CI failures on Solaris
https://git.ruby-lang.org/ruby.git/commit/?id=4f65e6ce2a From 4f65e6ce2a6950a0cbe077ca5d7869e28c132c3f Mon Sep 17 00:00:00 2001 From: Jeremy Evans <code@j...> Date: Sat, 2 Oct 2021 15:55:13 -0700 Subject: Temporarily skip test_no_curdir test to avoid CI failures on Solaris --- test/ruby/test_process.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 07aa58418b..98c934945c 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -1732,6 +1732,9 @@ class TestProcess < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_process.rb#L1732 end def test_no_curdir + if /solaris/i =~ RUBY_PLATFORM + skip "Temporary skip to avoid CI failures after commit to use realpath on required files" + end with_tmpchdir {|d| Dir.mkdir("vd") status = nil -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/