Skip to content

Commit fd63bc0

Browse files
committed
Skip test which fails with ALLOW_SUBPROCESSES=false
1 parent afb2ac8 commit fd63bc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/mri/tests/mkmf/test_install.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
class TestMkmfInstall < TestMkmf
55
def test_install_dirs
6+
skip 'does not work with !ALLOW_SUBPROCESSES' unless Test::Unit::CoreAssertions::ALLOW_SUBPROCESSES
7+
68
Dir.mktmpdir do |dir|
79
File.write(dir+"/extconf.rb", "require 'mkmf'; create_makefile('test')")
810
all_assertions do |a|

0 commit comments

Comments
 (0)