Skip to content

Commit

Permalink
Mark failing pipeline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanvalur committed Apr 27, 2023
1 parent 9b945ea commit d54a84c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_asyncio/test_cwe_404.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ async def op(r):
await dp.stop()


@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, redis_addr):
Expand Down

0 comments on commit d54a84c

Please sign in to comment.