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 bfefbc7 + f144a28 commit 74762ffCopy full SHA for 74762ff
1 file changed
test/rubygems/test_gem_commands_yank_command.rb
@@ -141,6 +141,7 @@ def test_with_webauthn_enabled_success
141
end
142
143
def test_with_webauthn_enabled_failure
144
+ pend "Flaky on TruffleRuby" if RUBY_ENGINE == "truffleruby"
145
server = Gem::MockTCPServer.new
146
error = Gem::WebauthnVerificationError.new("Something went wrong")
147
0 commit comments