summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit_debug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_jit_debug.rb')
-rw-r--r--test/ruby/test_jit_debug.rb1
1 files changed, 1 insertions, 0 deletions
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