Skip to content

Commit 45269d2

Browse files
committed
first prepare for refactoring
1 parent 8fffe6d commit 45269d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/service-library/tests/test_redis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ async def test_lock_context_raises_if_lock_is_lost(
180180
await asyncio.sleep(20)
181181

182182

183+
@pytest.mark.xfail(reason="This test shows an issue, that will be fixed in the next PR")
183184
async def test_lock_context_with_already_locked_lock_raises(
184185
redis_client_sdk: RedisClientSDK, faker: Faker
185186
):

0 commit comments

Comments
 (0)