8000 [Events] Skip flaky test against SQS target · localstack/localstack@561a2d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 561a2d9

Browse files
committed
[Events] Skip flaky test against SQS target
1 parent 57aeecb commit 561a2d9

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