Commit 652cf3a
committed
fix(tests): skip flaky waiter test on tmux 3.4
why: test_wait_for_pane_content_exact_match_detailed is flaky on tmux 3.4
due to capture-pane line wrapping behavior differences introduced in that
version (commit 9cc8e40a added GRID_STRING_EMPTY_CELLS flag)
what:
- Add pytest.mark.skipif to skip test on tmux 3.4 specifically
- Import has_version for exact version checking1 parent 812c164 commit 652cf3a
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
1835 | 1835 | | |
1836 | 1836 | | |
1837 | 1837 | | |
| 1838 | + | |
| 1839 | + | |
| 1840 | + | |
| 1841 | + | |
1838 | 1842 | | |
1839 | 1843 | | |
1840 | 1844 | | |
| |||
0 commit comments