Skip to content

Commit 74762ff

Browse files
authored
Merge pull request #9428 from ruby/skip-flaky-test-truffleruby-2nd
Skip flaky test_with_webauthn_enabled_failure on TruffleRuby
2 parents bfefbc7 + f144a28 commit 74762ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/rubygems/test_gem_commands_yank_command.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def test_with_webauthn_enabled_success
141141
end
142142

143143
def test_with_webauthn_enabled_failure
144+
pend "Flaky on TruffleRuby" if RUBY_ENGINE == "truffleruby"
144145
server = Gem::MockTCPServer.new
145146
error = Gem::WebauthnVerificationError.new("Something went wrong")
146147

0 commit comments

Comments
 (0)