summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Endoh <[email protected]>2021-10-07 10:40:40 +0900
committerYusuke Endoh <[email protected]>2021-10-07 10:40:40 +0900
commit273673aeafd5e5a40a6212de17c788c2c029865e ()
tree8a4eb42314b08ba03f7b1e39b75ad2c52a8061f8
parent7caeead36fc6589f07d91e9c45e69181d3b30640 (diff)
test/ruby/test_process (test_no_curdir): tentatively skipped on Solaris
The test gets stuck on Solaris CI. http://rubyci.s3.amazonaws.com/solaris11-gcc/ruby-master/log/20211006T050007Z.fail.html.gz#test-all ``` [14558/21042] TestProcess#test_no_curdirtimeout: output interval exceeds 1800.0 seconds. timeout: the process group 3857 is alive. ``` Related to ee89543e09a2d4e4c503267c248ba7bfffa668cb
-rw-r--r--test/ruby/test_process.rb3
1 files changed, 3 insertions, 0 deletions
@@ -1732,6 +1732,9 @@ class TestProcess < Test::Unit::TestCase
end
def test_no_curdir
with_tmpchdir {|d|
Dir.mkdir("vd")
status = nil