Skip to content

Commit 2e772be

Browse files
committed
add botocore skips
1 parent d195715 commit 2e772be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/contrib/botocore/test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from ddtrace._trace._span_pointer import _SpanPointer
2525
from ddtrace._trace._span_pointer import _SpanPointerDirection
2626
from ddtrace._trace.utils_botocore import span_tags
27+
from tests.utils import flaky
2728
from tests.utils import get_128_bit_trace_id_from_headers
2829

2930

@@ -1226,6 +1227,7 @@ def test_schematized_unspecified_service_sqs_client_v1(self):
12261227
assert spans[2].name == "aws.sqs.receive"
12271228

12281229
@mock_stepfunctions
1230+
@flaky(1759346444)
12291231
def test_stepfunctions_send_start_execution_trace_injection(self):
12301232
sf = self.session.create_client("stepfunctions", region_name="us-west-2", endpoint_url="http://localhost:4566")
12311233
sf.create_state_machine(
@@ -1249,6 +1251,7 @@ def test_stepfunctions_send_start_execution_trace_injection(self):
12491251
sf.delete_state_machine(stateMachineArn="arn:aws:states:us-west-2:000000000000:stateMachine:lincoln")
12501252

12511253
@mock_stepfunctions
1254+
@flaky(1759346444)
12521255
def test_stepfunctions_send_start_execution_trace_injection_with_array_input(self):
12531256
sf = self.session.create_client("stepfunctions", region_name="us-west-2", endpoint_url="http://localhost:4566")
12541257
sf.create_state_machine(
@@ -1270,6 +1273,7 @@ def test_stepfunctions_send_start_execution_trace_injection_with_array_input(sel
12701273
sf.delete_state_machine(stateMachineArn="arn:aws:states:us-west-2:000000000000:stateMachine:miller")
12711274

12721275
@mock_stepfunctions
1276+
@flaky(1759346444)
12731277
def test_stepfunctions_send_start_execution_trace_injection_with_true_input(self):
12741278
sf = self.session.create_client("stepfunctions", region_name="us-west-2", endpoint_url="http://localhost:4566")
12751279
sf.create_state_machine(

0 commit comments

Comments
 (0)