Skip test for cargo builder

This commit is contained in:
Hiroshi SHIBATA 2022-04-28 17:48:21 +09:00
parent d77b88c681
commit 0626e6f959
Notes: git 2022-04-28 19:09:12 +09:00
1 changed files with 1 additions and 0 deletions

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