Skip to content

Commit 1b9227b

Browse files
committed
decorate start_directory builder test with retries
1 parent e918a76 commit 1b9227b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_workspacebuilder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def test_blank_pane_count(session):
322322
assert len(window4._panes) == 2
323323

324324

325+
@flaky(max_runs=5, min_passes=1)
325326
def test_start_directory(session, tmpdir):
326327
yaml_config = loadfixture("workspacebuilder/start_directory.yaml")
327328
test_dir = str(tmpdir.mkdir('foo bar'))

0 commit comments

Comments
 (0)