Skip to content

Commit 924cf41

Browse files
hsbtclaude
andcommitted
Skip flaky test_with_webauthn_enabled_failure on TruffleRuby in TestGemCommandsOwnerCommand
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ca6c579 commit 924cf41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)