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.
2 parents ac0a178 + 6e062cc commit c0322d7Copy full SHA for c0322d7
1 file changed
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