Skip to content

Commit f87b304

Browse files
committed
test: validate concurrency acceptance reason in async E2E test
Ensure the async E2E test verifies that optimizations are accepted for the correct reason (concurrency improvement).
1 parent dc56346 commit f87b304

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/scripts/end_to_end_test_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def run_test(expected_improvement_pct: int) -> bool:
88
config = TestConfig(
99
file_path="main.py",
1010
min_improvement_x=0.1,
11+
expected_acceptance_reason="concurrency",
1112
coverage_expectations=[
1213
CoverageExpectation(
1314
function_name="retry_with_backoff",

0 commit comments

Comments
 (0)