1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Ignore TestJITDebug in mswin RubyCI for now

It's still pending to be implemented. To be enabled later when it's
implemented.
This commit is contained in:
Takashi Kokubun 2020-03-18 18:38:31 -07:00
parent 4eeeb1100a
commit 79b4aca94c
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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