Skip to content

Commit 667d6a1

Browse files
committed
Remove xfail mark
1 parent ae04f93 commit 667d6a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_p2p_daemon.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ async def test_identity():
7575

7676

7777
@pytest.mark.asyncio
78-
@pytest.mark.xfail(reason="Flaky test - passes in isolation but fails when run with other tests", strict=False)
7978
async def test_check_if_identity_free():
8079
with tempfile.TemporaryDirectory() as tempdir:
8180
id1_path = os.path.join(tempdir, "id1")

0 commit comments

Comments
 (0)