File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 24
24
from ddtrace ._trace ._span_pointer import _SpanPointer
25
25
from ddtrace ._trace ._span_pointer import _SpanPointerDirection
26
26
from ddtrace ._trace .utils_botocore import span_tags
27
+ from tests .utils import flaky
27
28
from tests .utils import get_128_bit_trace_id_from_headers
28
29
29
30
@@ -1226,6 +1227,7 @@ def test_schematized_unspecified_service_sqs_client_v1(self):
1226
1227
assert spans [2 ].name == "aws.sqs.receive"
1227
1228
1228
1229
@mock_stepfunctions
1230
+ @flaky (1759346444 )
1229
1231
def test_stepfunctions_send_start_execution_trace_injection (self ):
1230
1232
sf = self .session .create_client ("stepfunctions" , region_name = "us-west-2" , endpoint_url = "http://localhost:4566" )
1231
1233
sf .create_state_machine (
@@ -1249,6 +1251,7 @@ def test_stepfunctions_send_start_execution_trace_injection(self):
1249
1251
sf .delete_state_machine (stateMachineArn = "arn:aws:states:us-west-2:000000000000:stateMachine:lincoln" )
1250
1252
1251
1253
@mock_stepfunctions
1254
+ @flaky (1759346444 )
1252
1255
def test_stepfunctions_send_start_execution_trace_injection_with_array_input (self ):
1253
1256
sf = self .session .create_client ("stepfunctions" , region_name = "us-west-2" , endpoint_url = "http://localhost:4566" )
1254
1257
sf .create_state_machine (
@@ -1270,6 +1273,7 @@ def test_stepfunctions_send_start_execution_trace_injection_with_array_input(sel
1270
1273
sf .delete_state_machine (stateMachineArn = "arn:aws:states:us-west-2:000000000000:stateMachine:miller" )
1271
1274
1272
1275
@mock_stepfunctions
1276
+ @flaky (1759346444 )
1273
1277
def test_stepfunctions_send_start_execution_trace_injection_with_true_input (self ):
1274
1278
sf = self .session .create_client ("stepfunctions" , region_name = "us-west-2" , endpoint_url = "http://localhost:4566" )
1275
1279
sf .create_state_machine (
You can’t perform that action at this time.
0 commit comments