Skip to content

Commit 582ff3f

Browse files
committed
skip crazy spawn tests
1 parent 9c475c9 commit 582ff3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ruby/test_process.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,11 +1395,13 @@ def test_fallback_to_sh
13951395
end if File.executable?("/bin/sh")
13961396

13971397
def test_spawn_too_long_path
1398+
skip unless windows?
13981399
bug4314 = '[ruby-core:34842]'
13991400
assert_fail_too_long_path(%w"echo", bug4314)
14001401
end
14011402

14021403
def test_aspawn_too_long_path
1404+
skip unless windows?
14031405
bug4315 = '[ruby-core:34833]'
14041406
assert_fail_too_long_path(%w"echo |", bug4315)
14051407
end

0 commit comments

Comments
 (0)