Skip to content

Commit

Permalink
skip flaky test_lambda::test_reserved_concurrency_async_queue (#10834)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed committed May 16, 2024
1 parent 2bce22c commit b59f520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/aws/services/lambda_/test_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -2278,6 +2278,7 @@ def _invoke_lambda():
assert not errored

@markers.aws.validated
@pytest.mark.skip(reason="flaky")
def test_reserved_concurrency_async_queue(self, create_lambda_function, snapshot, aws_client):
min_concurrent_executions = 10 + 3
check_concurrency_quota(aws_client, min_concurrent_executions)
Expand Down

0 comments on commit b59f520

Please sign in to comment.