We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0a178 commit 6e062ccCopy full SHA for 6e062cc
test/rubygems/test_gem_commands_push_command.rb
@@ -487,6 +487,7 @@ def test_with_webauthn_enabled_success
487
end
488
489
def test_with_webauthn_enabled_failure
490
+ pend "Flaky on TruffleRuby" if RUBY_ENGINE == "truffleruby"
491
response_success = "Successfully registered gem: freewill (1.0.0)"
492
server = Gem::MockTCPServer.new
493
error = Gem::WebauthnVerificationError.new("Something went wrong")
0 commit comments