RTC: Skip flaky stale-compaction test pending fix#77991
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
closing in favour of #77986 - I didn't see it! 🤦🏻 |
|
Flaky tests detected in f1c5dc0. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/25412628190
|
What
Marks
test_sync_stale_compaction_succeeds_when_newer_compaction_existsas skipped while the stale compaction handling fix is worked out separately.Why
Noticed after #77980 was merged.
Tests_Collaboration_WpHttpPollingSyncServer::test_sync_stale_compaction_succeeds_when_newer_compaction_existswas failing.The main reason, I think, is because
WP_HTTP_Polling_Sync_Serveris being loaded from Core now and collaboration.php skips it. Might need a dedicated Gutenberg_WP_HTTP_Polling_Sync_Server or something.I tried a more meaningful fix in #77990 but I'd rather leave that to folks who have greater context.
Testing
CI should pass.
Use of AI
None.