You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests(test_waiter[exact_match]): Skip flaky exact match test on tmux ≤2.6
why: Tests were failing inconsistently on tmux 2.6 in the CI version grid,
causing false negatives. Exact matches behave differently across tmux
versions due to terminal handling variations.
what:
- Add version check to conditionally skip the EXACT match test on tmux ≤2.6
- Maintain test assertions that still verify functionality
- Add explanatory comment about the version-specific behavior
- Preserve test coverage on tmux ≥2.7 where it behaves consistently
The core functionality remains tested via the CONTAINS match type across
all versions while ensuring EXACT match is only tested where reliable,
making CI results more consistent across the version grid.
refs: Resolves flaky tests in the CI version grid for older tmux versions
0 commit comments