mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
test_gem_command_manager.rb: Skip an unstable test for ruby/ruby
This fails way too often these days, probably since https://github.com/rubygems/rubygems/pull/8948. To make sure we can merge ruby/ruby PRs, we need this to not fail randomly.
This commit is contained in:
parent
ef3c3e6582
commit
cd07c3cbae
@ -72,6 +72,7 @@ class TestGemCommandManager < Gem::TestCase
|
||||
end
|
||||
|
||||
def test_find_command_unknown_suggestions
|
||||
omit "randomly fails on ruby/ruby CI" if ENV["GITHUB_ACTION_REPOSITORY"] == "ruby/ruby"
|
||||
e = assert_raise Gem::UnknownCommandError do
|
||||
@command_manager.find_command "pish"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user