We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d25b8 commit b34839eCopy full SHA for b34839e
tests/test_workspacebuilder.py
@@ -134,7 +134,12 @@ def test_focus_pane_index(session):
134
assert p.current_path == pane_path
135
136
137
-@pytest.mark.flaky(reruns=5)
+@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
+)
143
def test_suppress_history(session):
144
yaml_config = loadfixture("workspacebuilder/suppress_history.yaml")
145
sconfig = kaptan.Kaptan(handler='yaml')
0 commit comments