Skip to content

Commit

Permalink
Remove duplicate flaky marker from the aws lambda test.
Browse files Browse the repository at this point in the history
  • Loading branch information
wantsui committed Nov 15, 2024
1 parent ecd0ab1 commit 9609b0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/contrib/aws_lambda/test_aws_lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def setup():
@flaky(1735812000)
@pytest.mark.parametrize("customApmFlushDeadline", [("-100"), ("10"), ("100"), ("200")])
@pytest.mark.snapshot
@flaky(1709306303)
def test_timeout_traces(context, customApmFlushDeadline):
env = get_env(
{
Expand Down

0 comments on commit 9609b0f

Please sign in to comment.