Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 7766973

Browse files
committed
skip for sns v1
1 parent d0a082e commit 7766973

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/aws/services/sns/test_sns.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,6 +2477,7 @@ def test_publish_batch_messages_without_topic(self, sns_create_topic, snapshot,
24772477
snapshot.match("publish-batch-no-topic", e.value.response)
24782478

24792479
@markers.aws.validated
2480+
@pytest.mark.skipif(is_sns_v1_provider(), reason="not covered in v1")
24802481
def test_publish_batch_exceptions(
24812482
self, sns_create_topic, sqs_create_queue, sns_create_sqs_subscription, snapshot, aws_client
24822483
):
@@ -3192,6 +3193,7 @@ def test_fifo_topic_to_regular_sqs(
31923193
snapshot.match("dedup-messages", response)
31933194

31943195
@markers.aws.validated
3196+
@pytest.mark.skipif(is_sns_v1_provider(), reason="not covered in v1")
31953197
def test_validations_for_fifo(
31963198
self,
31973199
sns_create_topic,

0 commit comments

Comments
 (0)