Skip to content

Commit 18782a3

Browse files
authored
skip botocore flakies intead or marking them with a timestamp
1 parent 3d06917 commit 18782a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/contrib/botocore/test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ def test_schematized_unspecified_service_sqs_client_v1(self):
12271227
assert spans[2].name == "aws.sqs.receive"
12281228

12291229
@mock_stepfunctions
1230-
@flaky(1759346444)
1230+
@pytest.mark.xfail(reason="Failed to start or connect to state machine")
12311231
def test_stepfunctions_send_start_execution_trace_injection(self):
12321232
sf = self.session.create_client("stepfunctions", region_name="us-west-2", endpoint_url="http://localhost:4566")
12331233
sf.create_state_machine(
@@ -1251,7 +1251,7 @@ def test_stepfunctions_send_start_execution_trace_injection(self):
12511251
sf.delete_state_machine(stateMachineArn="arn:aws:states:us-west-2:000000000000:stateMachine:lincoln")
12521252

12531253
@mock_stepfunctions
1254-
@flaky(1759346444)
1254+
@pytest.mark.xfail(reason="Failed to start or connect to state machine")
12551255
def test_stepfunctions_send_start_execution_trace_injection_with_array_input(self):
12561256
sf = self.session.create_client("stepfunctions", region_name="us-west-2", endpoint_url="http://localhost:4566")
12571257
sf.create_state_machine(
@@ -1273,7 +1273,7 @@ def test_stepfunctions_send_start_execution_trace_injection_with_array_input(sel
12731273
sf.delete_state_machine(stateMachineArn="arn:aws:states:us-west-2:000000000000:stateMachine:miller")
12741274

12751275
@mock_stepfunctions
1276-
@flaky(1759346444)
1276+
@pytest.mark.xfail(reason="Failed to start or connect to state machine")
12771277
def test_stepfunctions_send_start_execution_trace_injection_with_true_input(self):
12781278
sf = self.session.create_client("stepfunctions", region_name="us-west-2", endpoint_url="http://localhost:4566")
12791279
sf.create_state_machine(

0 commit comments

Comments
 (0)