Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 812284b

Browse files
committed
Skip existing log group test if legacy engine
1 parent 7938398 commit 812284b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/aws/services/cloudformation/resources/test_logs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import os.path
22

33
import pytest
4+
from tests.aws.services.cloudformation.conftest import skip_if_legacy_engine
45

56
from localstack.testing.pytest import markers
67
from localstack.testing.pytest.fixtures import StackDeployError
@@ -54,6 +55,7 @@ def test_cfn_handle_log_group_resource(deploy_cfn_template, aws_client, snapshot
5455

5556

5657
@markers.aws.validated
58+
@skip_if_legacy_engine()
5759
def test_handle_existing_log_group(deploy_cfn_template, aws_client, snapshot, cleanups):
5860
snapshot.add_transformer(snapshot.transform.cloudformation_api())
5961
snapshot.add_transformer(snapshot.transform.key_value("ParameterValue"))

0 commit comments

Comments
 (0)