test(tui): xfail test_repository_table_updates on darwin_amd64/CI - #7
Merged
Merged
Conversation
Same Textual-pilot timing flakiness as the other 3 already-xfailed tests. StateUpdate posted via app.post_message() isn't observed in the table within pilot.pause() on macOS Intel CI runners (asserts 2 rows, sees 0). Pre-existing pattern; reason matches FLAKY_PILOT marker.
There was a problem hiding this comment.
Code Review
This pull request marks the test_repository_table_updates unit test as an expected failure (xfail) when the FLAKY_PILOT condition is met. This change addresses intermittent timing issues in the Textual pilot observed on macOS Intel and CI Linux environments. I have no feedback to provide.
livingstaccato
added a commit
that referenced
this pull request
Aug 22, 2026
Same Textual-pilot timing flakiness as the other 3 already-xfailed tests. StateUpdate posted via app.post_message() isn't observed in the table within pilot.pause() on macOS Intel CI runners (asserts 2 rows, sees 0). Pre-existing pattern; reason matches FLAKY_PILOT marker.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Same Textual-pilot timing flakiness pattern as the 3 already-xfailed tests (#4). StateUpdate posted via post_message isn't observed in the DataTable within pilot.pause() on macOS Intel CI runners (asserts 2 rows, sees 0). Brings the FLAKY_PILOT exemption count to 4.