Skip to content

Commit b34839e

Browse files
committed
skip test_suppress_history for now, see #310
1 parent c4d25b8 commit b34839e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/test_workspacebuilder.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,12 @@ def test_focus_pane_index(session):
134134
assert p.current_path == pane_path
135135

136136

137-
@pytest.mark.flaky(reruns=5)
137+
@pytest.mark.skip(
138+
reason='''
139+
Test needs to be rewritten, assertion not reliable across platforms
140+
and CI. See https://github.com/tony/tmuxp/issues/310.
141+
'''.strip()
142+
)
138143
def test_suppress_history(session):
139144
yaml_config = loadfixture("workspacebuilder/suppress_history.yaml")
140145
sconfig = kaptan.Kaptan(handler='yaml')

0 commit comments

Comments
 (0)