File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1227,7 +1227,7 @@ def test_schematized_unspecified_service_sqs_client_v1(self):
1227
1227
assert spans [2 ].name == "aws.sqs.receive"
1228
1228
1229
1229
@mock_stepfunctions
1230
- @flaky ( 1759346444 )
1230
+ @pytest . mark . xfail ( reason = "Failed to start or connect to state machine" )
1231
1231
def test_stepfunctions_send_start_execution_trace_injection (self ):
1232
1232
sf = self .session .create_client ("stepfunctions" , region_name = "us-west-2" , endpoint_url = "http://localhost:4566" )
1233
1233
sf .create_state_machine (
@@ -1251,7 +1251,7 @@ def test_stepfunctions_send_start_execution_trace_injection(self):
1251
1251
sf .delete_state_machine (stateMachineArn = "arn:aws:states:us-west-2:000000000000:stateMachine:lincoln" )
1252
1252
1253
1253
@mock_stepfunctions
1254
- @flaky ( 1759346444 )
1254
+ @pytest . mark . xfail ( reason = "Failed to start or connect to state machine" )
1255
1255
def test_stepfunctions_send_start_execution_trace_injection_with_array_input (self ):
1256
1256
sf = self .session .create_client ("stepfunctions" , region_name = "us-west-2" , endpoint_url = "http://localhost:4566" )
1257
1257
sf .create_state_machine (
@@ -1273,7 +1273,7 @@ def test_stepfunctions_send_start_execution_trace_injection_with_array_input(sel
1273
1273
sf .delete_state_machine (stateMachineArn = "arn:aws:states:us-west-2:000000000000:stateMachine:miller" )
1274
1274
1275
1275
@mock_stepfunctions
1276
- @flaky ( 1759346444 )
1276
+ @pytest . mark . xfail ( reason = "Failed to start or connect to state machine" )
1277
1277
def test_stepfunctions_send_start_execution_trace_injection_with_true_input (self ):
1278
1278
sf = self .session .create_client ("stepfunctions" , region_name = "us-west-2" , endpoint_url = "http://localhost:4566" )
1279
1279
sf .create_state_machine (
You can’t perform that action at this time.
0 commit comments