We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c4282 commit e77b61eCopy full SHA for e77b61e
packages/service-library/setup.cfg
@@ -21,6 +21,7 @@ markers =
21
testit: "marks test to run during development"
22
performance_test: "performance test"
23
no_cleanup_check_rabbitmq_server_has_no_errors: "no check in rabbitmq logs"
24
+ heavy_load: "marks test as heavy load"
25
26
[mypy]
27
plugins =
packages/service-library/tests/redis/test_semaphore_decorator.py
@@ -351,6 +351,7 @@ async def function_raising_cancelled_error():
351
await function_raising_cancelled_error()
352
353
354
+@pytest.mark.heavy_load
355
async def test_with_large_capacity(
356
redis_client_sdk: RedisClientSDK,
357
semaphore_name: str,
0 commit comments