Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(botocore): remove flaky decorator from botocore test #12456

Merged
merged 3 commits into from
Feb 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/contrib/botocore/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from ddtrace._trace._span_pointer import _SpanPointer
from ddtrace._trace._span_pointer import _SpanPointerDirection
from ddtrace._trace.utils_botocore import span_tags
from tests.utils import flaky
from tests.utils import get_128_bit_trace_id_from_headers


Expand Down Expand Up @@ -4077,7 +4076,6 @@ def test_aws_payload_tagging_s3(self):

@pytest.mark.snapshot(ignores=snapshot_ignores)
@mock_s3
@flaky(1741838400, reason="span mismatch on 'service': got 'dd-trace-py' which does not match expected 'aws.sqs'")
def test_aws_payload_tagging_s3_invalid_config(self):
with self.override_config(
"botocore",
Expand Down
Loading