Skip to content

Commit baae0e8

Browse files
committed
Mark failing pipeline tests
1 parent a38ccc3 commit baae0e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_asyncio/test_cwe_404.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ async def op(r):
138138
assert await r.get("foo") == b"foo"
139139

140140

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

0 commit comments

Comments
 (0)