@@ -3030,10 +3030,7 @@ def test_dead_letter_queue_execution_lambda_mapping_preserves_id(
3030
3030
result_recv = aws_client .sqs .receive_message (QueueUrl = dl_queue_url , VisibilityTimeout = 0 )
3031
3031
assert result_recv ["Messages" ][0 ]["MessageId" ] == result_send ["MessageId" ]
3032
3032
3033
- # verification of community posted issue
3034
- # FIXME: \r gets lost
3035
- @pytest .mark .skip
3036
- @markers .aws .unknown
3033
+ @markers .aws .validated
3037
3034
def test_message_with_carriage_return (self , sqs_create_queue , aws_client ):
3038
3035
queue_name = f"queue-{ short_uid ()} "
3039
3036
queue_url = sqs_create_queue (QueueName = queue_name )
@@ -4071,7 +4068,7 @@ def test_get_without_query_json_format_returns_returns_xml(
4071
4068
4072
4069
class TestSQSMultiAccounts :
4073
4070
@pytest .mark .parametrize ("strategy" , ["domain" , "path" ])
4074
- @markers .aws .unknown
4071
+ @markers .aws .only_localstack
4075
4072
def test_cross_account_access (
4076
4073
self , monkeypatch , sqs_create_queue , secondary_aws_client , strategy
4077
4074
):
@@ -4105,7 +4102,7 @@ def test_cross_account_access(
4105
4102
# - UntagQueue
4106
4103
4107
4104
@pytest .mark .parametrize ("strategy" , ["domain" , "path" ])
4108
- @markers .aws .unknown
4105
+ @markers .aws .only_localstack
4109
4106
def test_cross_account_get_queue_url (
4110
4107
self , monkeypatch , sqs_create_queue , secondary_aws_client , strategy
4111
4108
):
0 commit comments