Skip to content

Commit 6bd5178

Browse files
committed
flaky test_connect_disconnect_local
1 parent 37d6446 commit 6bd5178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_app/cli/test_connect.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def monkeypatch_connection(monkeypatch, tmpdir, ppid):
2626
return connection_path
2727

2828

29+
@pytest.mark.flaky(reruns=3, reruns_delay=2)
2930
def test_connect_disconnect_local(tmpdir, monkeypatch):
3031
disconnect_app()
3132

0 commit comments

Comments
 (0)