Skip to content

Commit d44d771

Browse files
committed
Marked TestCommandsAreNotEncoded.test_basic_command() with xfail as on master
1 parent 4f22df4 commit d44d771

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_anyio/test_encoding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ async def r(self, create_redis):
9090
yield client
9191
await client.flushall()
9292

93+
@pytest.mark.xfail
9394
async def test_basic_command(self, r: redis.Redis):
9495
await r.set("hello", "world")
9596

tests/test_asyncio/test_encoding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ async def r(self, create_redis):
9191
yield redis
9292
await redis.flushall()
9393

94+
@pytest.mark.xfail
9495
async def test_basic_command(self, r: redis.Redis):
9596
await r.set("hello", "world")
9697

0 commit comments

Comments
 (0)