Skip to content

Commit

Permalink
Merge branch 'master' into antonpirker/http_methods_to_capture
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Oct 1, 2024
2 parents dd0e9ae + a3ab1ea commit 70c9ecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integrations/aws_lambda/test_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ def test_handler(event, context):
}


@pytest.mark.xfail(
reason="Amazon changed something (2024-10-01) and on Python 3.9+ our SDK can not capture events in the init phase of the Lambda function anymore. We need to fix this somehow."
)
def test_init_error(run_lambda_function, lambda_runtime):
envelope_items, _ = run_lambda_function(
LAMBDA_PRELUDE
Expand Down

0 comments on commit 70c9ecc

Please sign in to comment.