Skip to content

Commit f81ee66

Browse files
SecretsManager: Skip invaild test
1 parent 0157190 commit f81ee66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/aws/services/secretsmanager/test_secretsmanager.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,6 +1916,9 @@ def test_put_secret_value_with_new_custom_client_request_token(self, secret_name
19161916
)
19171917

19181918
@markers.aws.only_localstack # FIXME: all tests using the internal http utils of this class are only targeting localstack
1919+
@pytest.mark.skip(
1920+
"Test is not AWS validated and deviates from Moto behaviour. See https://github.com/getmoto/moto/pull/9192"
1921+
)
19191922
def test_http_put_secret_value_with_duplicate_client_request_token(
19201923
self, secret_name, aws_client
19211924
):

0 commit comments

Comments
 (0)