Conversation
|
WalkthroughThe PR updates a test fixture in Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
Comment |
nextnext
747c2af to
d975333
Compare
Summary
This repairs CI health on
next, and unblocks PRs currently pointing tonext.Not entirely sure how it slipped through, but it did somehow. This one test was assuming no diagnostics, and a recent lint rule ported to HTML caused it to start emitting diagnostics. I feel like that should have been caught in that PR, but maybe there's something i'm missing because im tired.
Edit: turns out it was that and other things too, probably related to merging
mainintonextTest Plan
CI should become green.
Docs