Skip to content

Commit

Permalink
skip test_suppress_history for now, see tmux-python#310
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 9, 2017
1 parent c4d25b8 commit b34839e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_workspacebuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,12 @@ def test_focus_pane_index(session):
assert p.current_path == pane_path


@pytest.mark.flaky(reruns=5)
@pytest.mark.skip(
reason='''
Test needs to be rewritten, assertion not reliable across platforms
and CI. See https://github.com/tony/tmuxp/issues/310.
'''.strip()
)
def test_suppress_history(session):
yaml_config = loadfixture("workspacebuilder/suppress_history.yaml")
sconfig = kaptan.Kaptan(handler='yaml')
Expand Down

0 comments on commit b34839e

Please sign in to comment.