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 ae04f93 commit 667d6a1Copy full SHA for 667d6a1
tests/test_p2p_daemon.py
@@ -75,7 +75,6 @@ async def test_identity():
75
76
77
@pytest.mark.asyncio
78
-@pytest.mark.xfail(reason="Flaky test - passes in isolation but fails when run with other tests", strict=False)
79
async def test_check_if_identity_free():
80
with tempfile.TemporaryDirectory() as tempdir:
81
id1_path = os.path.join(tempdir, "id1")
0 commit comments