Skip to content

Commit

Permalink
Skip test_gem_with_platform_and_platform_dependencies only ruby/ruby …
Browse files Browse the repository at this point in the history
…repository
  • Loading branch information
hsbt committed Mar 23, 2023
1 parent 1b408e6 commit 6ad6ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rubygems/test_gem_commands_exec_command.rb
Expand Up @@ -216,7 +216,7 @@ def test_gem_with_platform_dependencies

def test_gem_with_platform_and_platform_dependencies
pend "extensions don't quite work on jruby" if Gem.java_platform?
pend "terminates on mswin" if Gem.win_platform?
pend "terminates on mswin" if Gem.win_platform? && ruby_repo?

spec_fetcher do |fetcher|
fetcher.download "a", 2 do |s|
Expand Down

0 comments on commit 6ad6ae6

Please sign in to comment.