Skip to content

Commit 8a13a52

Browse files
hsbtclaude
authored andcommitted
[ruby/rubygems] Skip flaky test_with_webauthn_enabled_failure on TruffleRuby in TestGemCommandsOwnerCommand
ruby/rubygems@924cf41d11 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 940d985 commit 8a13a52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/rubygems/test_gem_commands_owner_command.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ def test_with_webauthn_enabled_success
399399
end
400400

401401
def test_with_webauthn_enabled_failure
402+
pend "Flaky on TruffleRuby" if RUBY_ENGINE == "truffleruby"
402403
response_success = "Owner added successfully."
403404
server = Gem::MockTCPServer.new
404405
error = Gem::WebauthnVerificationError.new("Something went wrong")

0 commit comments

Comments
 (0)