Skip to content

Commit 75fa225

Browse files
vdusekclaude
andcommitted
test: Mark test_runs_concurrently with run_alone
Timing-sensitive test fails when running in parallel due to CPU contention (0.312s > 0.3s threshold). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 94d1a72 commit 75fa225

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/_autoscaling/test_autoscaled_pool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def future(value: T, /) -> Awaitable[T]:
3434
return f
3535

3636

37+
@pytest.mark.run_alone
3738
async def test_runs_concurrently(system_status: SystemStatus | Mock) -> None:
3839
done_count = 0
3940

0 commit comments

Comments
 (0)