We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d6446 commit 6bd5178Copy full SHA for 6bd5178
tests/tests_app/cli/test_connect.py
@@ -26,6 +26,7 @@ def monkeypatch_connection(monkeypatch, tmpdir, ppid):
26
return connection_path
27
28
29
+@pytest.mark.flaky(reruns=3, reruns_delay=2)
30
def test_connect_disconnect_local(tmpdir, monkeypatch):
31
disconnect_app()
32
0 commit comments