From 79b4aca94cb3307ff49135114fca2db7c9b5331d Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Wed, 18 Mar 2020 18:38:31 -0700 Subject: [PATCH] Ignore TestJITDebug in mswin RubyCI for now It's still pending to be implemented. To be enabled later when it's implemented. --- test/ruby/test_jit_debug.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ruby/test_jit_debug.rb b/test/ruby/test_jit_debug.rb index bac6e38c72..3efc72d6fd 100644 --- a/test/ruby/test_jit_debug.rb +++ b/test/ruby/test_jit_debug.rb @@ -4,6 +4,7 @@ return unless defined?(TestJIT) 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 class TestJITDebug < TestJIT def setup