8000 update several SQS test markers (#9151) · localstack/localstack@51e5d0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 51e5d0b

Browse files
authored
update several SQS test markers (#9151)
1 parent 31a612e commit 51e5d0b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tests/aws/services/sqs/test_sqs.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3030,10 +3030,7 @@ def test_dead_letter_queue_execution_lambda_mapping_preserves_id(
30303030
result_recv = aws_client.sqs.receive_message(QueueUrl=dl_queue_url, VisibilityTimeout=0)
30313031
assert result_recv["Messages"][0]["MessageId"] == result_send["MessageId"]
30323032

3033-
# verification of community posted issue
3034-
# FIXME: \r gets lost
3035-
@pytest.mark.skip
3036-
@markers.aws.unknown
3033+
@markers.aws.validated
30373034
def test_message_with_carriage_return(self, sqs_create_queue, aws_client):
30383035
queue_name = f"queue-{short_uid()}"
30393036
queue_url = sqs_create_queue(QueueName=queue_name)
@@ -4071,7 +4068,7 @@ def test_get_without_query_json_format_returns_returns_xml(
40714068

40724069
class TestSQSMultiAccounts:
40734070
@pytest.mark.parametrize("strategy", ["domain", "path"])
4074-
@markers.aws.unknown
4071+
@markers.aws.only_localstack
40754072
def test_cross_account_access(
40764073
self, monkeypatch, sqs_create_queue, secondary_aws_client, strategy
40774074
):
@@ -4105,7 +4102,7 @@ def test_cross_account_access(
41054102
# - UntagQueue
41064103

41074104
@pytest.mark.parametrize("strategy", ["domain", "path"])
4108-
@markers.aws.unknown
4105+
@markers.aws.only_localstack
41094106
def test_cross_account_get_queue_url(
41104107
self, monkeypatch, sqs_create_queue, secondary_aws_client, strategy
41114108
):

0 commit comments

Comments
 (0)
0