Skip to content

Commit deab555

Browse files
committed
Keep failing test skipped (accidential unskip)
1 parent 5201327 commit deab555

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/aws/services/events/test_events.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,9 @@ def _handler(_request: Request):
404404
assert oauth_request.args["oauthquery"] == "value3"
405405

406406
@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-
# )
407+
@pytest.mark.skip(
408+
reason="V2 provider does not support this feature yet and it also fails in V1 now"
409+
)
410410
def test_create_connection_validations(self, aws_client, snapshot):
411411
connection_name = "This should fail with two errors 123467890123412341234123412341234"
412412

0 commit comments

Comments
 (0)