summaryrefslogtreecommitdiff
path: root/tests/test_asyncio/test_cwe_404.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_asyncio/test_cwe_404.py')
-rw-r--r--tests/test_asyncio/test_cwe_404.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_asyncio/test_cwe_404.py b/tests/test_asyncio/test_cwe_404.py
index d3a0666..21f2ddd 100644
--- a/tests/test_asyncio/test_cwe_404.py
+++ b/tests/test_asyncio/test_cwe_404.py
@@ -128,7 +128,6 @@ async def test_standalone(delay, master_host):
assert await r.get("foo") == b"foo"
-@pytest.mark.xfail(reason="cancel does not cause disconnect")
@pytest.mark.onlynoncluster
@pytest.mark.parametrize("delay", argvalues=[0.05, 0.5, 1, 2])
async def test_standalone_pipeline(delay, master_host):