[rubygems/rubygems] Skip test for cargo builder

60ca4ad9c6
This commit is contained in:
Hiroshi SHIBATA 2022-04-28 17:48:21 +09:00 committed by nagachika
parent 7e580d4156
commit 719298051b

View file

@ -142,5 +142,6 @@ class TestGemExtCargoBuilder < Gem::TestCase
pend "jruby not supported" if java_platform?
pend "truffleruby not supported (yet)" if RUBY_ENGINE == 'truffleruby'
pend "mswin not supported (yet)" if /mswin/ =~ RUBY_PLATFORM && ENV.key?('GITHUB_ACTIONS')
pend "ruby.h is not provided by ruby repo" if testing_ruby_repo?
end
end