summaryrefslogtreecommitdiff
path: root/test/ruby/test_jit_debug.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-03-18 18:38:31 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2020-03-18 18:38:31 -0700
commit79b4aca94cb3307ff49135114fca2db7c9b5331d (patch)
tree18d4adbf58cbda968b5c0bd230047230a4d91d75 /test/ruby/test_jit_debug.rb
parent4eeeb1100a5ce1e91a5b7ca9dad27851923e0565 (diff)
Ignore TestJITDebug in mswin RubyCI for now
It's still pending to be implemented. To be enabled later when it's implemented.
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 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