Skip to content

Commit

Permalink
🐛Maintenance: disable CI problematic test (#5944)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Jun 14, 2024
1 parent ab8bb89 commit 0d4985e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/service-library/tests/test_redis_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ async def test_exclusive_sequentially(
await _contained_client(get_redis_client_sdk, lock_name, task_duration)


@pytest.mark.skip(reason="ANE please check that one too")
async def test_exclusive_parallel_lock_is_released_and_reacquired(
get_redis_client_sdk: Callable[
[RedisDatabase], AbstractAsyncContextManager[RedisClientSDK]
Expand Down

0 comments on commit 0d4985e

Please sign in to comment.