From 41bbdd7806edd64e73fbca4bfda396946b694f24 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 1 May 2020 03:06:49 -0700 Subject: Skip MinGW TestJIT* and macOS TestJITDebug failures caused by 818d6d33368a396d9cd3d1a34a84015a9e76c5c8, for now. I'll take a look at them tomorrow. --- test/ruby/test_jit_debug.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby') diff --git a/test/ruby/test_jit_debug.rb b/test/ruby/test_jit_debug.rb index 179512fec6..0d357ee7e0 100644 --- a/test/ruby/test_jit_debug.rb +++ b/test/ruby/test_jit_debug.rb @@ -5,6 +5,7 @@ return if ENV.key?('APPVEYOR') return if ENV.key?('RUBYCI_NICKNAME') return if ENV['RUBY_DEBUG']&.include?('ci') # ci.rvm.jp return if /mswin/ =~ RUBY_PLATFORM +return if /darwin/ =~ RUBY_PLATFORM # TODO: remove this after investigation class TestJITDebug < TestJIT def setup -- cgit v1.2.3