Skip to content

Commit d54a84c

Browse files
committed
Mark failing pipeline tests
1 parent 9b945ea commit d54a84c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_asyncio/test_cwe_404.py

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ async def op(r):
130130
await dp.stop()
131131

132132

133+
@pytest.mark.xfail(reason="cancel does not cause disconnect")
133134
@pytest.mark.onlynoncluster
134135
@pytest.mark.parametrize("delay", argvalues=[0.05, 0.5, 1, 2])
135136
async def test_standalone_pipeline(delay, redis_addr):

0 commit comments

Comments
 (0)