Conversation
Pend test_with_webauthn_enabled_failure on TruffleRuby where it fails intermittently.
There was a problem hiding this comment.
Pull request overview
Updates the RubyGems test suite to avoid CI instability by marking a flaky WebAuthn-related push command test as pending when running on TruffleRuby.
Changes:
- Mark
test_with_webauthn_enabled_failureas pending on TruffleRuby to avoid flakiness.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| end | ||
|
|
||
| def test_with_webauthn_enabled_failure | ||
| pend "Flaky on TruffleRuby" if RUBY_ENGINE == "truffleruby" |
There was a problem hiding this comment.
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.
Skip flaky webauthn test on TruffleRuby (cherry picked from commit c0322d7)
from #9352