Skip to content

Commit e77b61e

Browse files
committed
add marker
1 parent 68c4282 commit e77b61e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/service-library/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ markers =
2121
testit: "marks test to run during development"
2222
performance_test: "performance test"
2323
no_cleanup_check_rabbitmq_server_has_no_errors: "no check in rabbitmq logs"
24+
heavy_load: "marks test as heavy load"
2425

2526
[mypy]
2627
plugins =

packages/service-library/tests/redis/test_semaphore_decorator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ async def function_raising_cancelled_error():
351351
await function_raising_cancelled_error()
352352

353353

354+
@pytest.mark.heavy_load
354355
async def test_with_large_capacity(
355356
redis_client_sdk: RedisClientSDK,
356357
semaphore_name: str,

0 commit comments

Comments
 (0)