summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2021-10-02 15:55:13 -0700
committerJeremy Evans <code@jeremyevans.net>2021-10-02 15:55:13 -0700
commit4f65e6ce2a6950a0cbe077ca5d7869e28c132c3f (patch)
tree406b4cddee67ff2cc485b2acdd080ba7f6390549 /test/ruby/test_process.rb
parent79a4484a072e9769b603e7b4fbdb15b1d7eccb15 (diff)
Temporarily skip test_no_curdir test to avoid CI failures on Solaris
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r--test/ruby/test_process.rb3
1 files changed, 3 insertions, 0 deletions
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
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