8000 [Events] Skip flaky test against SQS target (#12273) · localstack/localstack@b09f490 · GitHub
[go: up one dir, main page]

Skip to content

Commit b09f490

Browse files
authored
[Events] Skip flaky test against SQS target (#12273)
1 parent c3866e1 commit b09f490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/aws/services/events/test_events_schedule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def test_put_rule_with_invalid_schedule_rate(self, schedule_expression, aws_clie
8282
}
8383

8484
@markers.aws.validated
85+
@pytest.mark.skip(reason="flakey when comparing 'messages-second' against snapshot")
8586
def tests_schedule_rate_target_sqs(
8687
self,
8788
sqs_as_events_target,

0 commit comments

Comments
 (0)
0