Merge pull request #26830 from headius/mask_forking_fsevent_test_on_jruby
Mask forking filesystem event on JRuby.
This commit is contained in:
parent
af45bbc3c9
commit
b10227728b
@ -36,6 +36,8 @@ def rm_f(files)
|
||||
end
|
||||
|
||||
test "notifies forked processes" do
|
||||
jruby_skip "Forking not available on JRuby"
|
||||
|
||||
FileUtils.touch(tmpfiles)
|
||||
|
||||
checker = new_checker(tmpfiles) {}
|
||||
|
Loading…
Reference in New Issue
Block a user