We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5201327 commit deab555Copy full SHA for deab555
tests/aws/services/events/test_events.py
@@ -404,9 +404,9 @@ def _handler(_request: Request):
404
assert oauth_request.args["oauthquery"] == "value3"
405
406
@markers.aws.validated
407
- # @pytest.mark.skip(
408
- # reason="V2 provider does not support this feature yet and it also fails in V1 now"
409
- # )
+ @pytest.mark.skip(
+ reason="V2 provider does not support this feature yet and it also fails in V1 now"
+ )
410
def test_create_connection_validations(self, aws_client, snapshot):
411
connection_name = "This should fail with two errors 123467890123412341234123412341234"
412
0 commit comments