Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/rubygems/test_gem_commands_push_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ def test_with_webauthn_enabled_success
end

def test_with_webauthn_enabled_failure
pend "Flaky on TruffleRuby" if RUBY_ENGINE == "truffleruby"
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description links to #9352 and includes details about replacing Psych with a pure-Ruby YAML parser, but this change only adds a TruffleRuby pending guard for a WebAuthn push command test. Please update the PR description to reference the correct upstream change/issue for this flakiness (or remove the unrelated referenced PR content) so the rationale is traceable.

Copilot uses AI. Check for mistakes.
response_success = "Successfully registered gem: freewill (1.0.0)"
server = Gem::MockTCPServer.new
error = Gem::WebauthnVerificationError.new("Something went wrong")
Expand Down