Skip to content

Commit 18bc9ed

Browse files
committed
re-enable cluster test
1 parent 087d994 commit 18bc9ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_asyncio/test_cwe_404.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ async def op(r):
128128
assert await r.get("foo") == b"foo"
129129

130130

131-
@pytest.mark.xfail(reason="cancel does not cause disconnect")
132131
@pytest.mark.onlynoncluster
133132
@pytest.mark.parametrize("delay", argvalues=[0.05, 0.5, 1, 2])
134133
async def test_standalone_pipeline(delay, master_host):

0 commit comments

Comments
 (0)