8000 skip parity tests for not implemented conditions checks · localstack/localstack@4ed3175 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ed3175

Browse files
skip parity tests for not implemented conditions checks
1 parent a1def67 commit 4ed3175

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/cloudformation/engine/test_mappings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def test_simple_mapping_working(self, aws_client, deploy_cfn_template):
4141
]
4242

4343
@pytest.mark.aws_validated
44+
@pytest.mark.skip(reason="not implemented")
4445
def test_mapping_with_nonexisting_key(self, aws_client, cleanups, snapshot):
4546
"""
4647
Tries to deploy a resource with a dependency on a mapping key
@@ -67,6 +68,7 @@ def test_mapping_with_nonexisting_key(self, aws_client, cleanups, snapshot):
6768
snapshot.match("mapping_nonexisting_key_exc", e.value.response)
6869

6970
@pytest.mark.aws_validated
71+
@pytest.mark.skip(reason="not implemented")
7072
def test_mapping_with_invalid_refs(self, aws_client, deploy_cfn_template, cleanups, snapshot):
7173
"""
7274
The Mappings section can only include static elements (strings and lists).
@@ -97,6 +99,7 @@ def test_mapping_with_invalid_refs(self, aws_client, deploy_cfn_template, cleanu
9799
snapshot.match("mapping_invalid_ref_exc", e.value.response)
98100

99101
@pytest.mark.aws_validated
102+
@pytest.mark.skip(reason="not implemented")
100103
def test_mapping_maximum_nesting_depth(self, aws_client, cleanups, snapshot):
101104
"""
102105
Tries to deploy a template containing a mapping with a nesting depth of 3.
@@ -124,6 +127,7 @@ def test_mapping_maximum_nesting_depth(self, aws_client, cleanups, snapshot):
124127
snapshot.match("mapping_maximum_level_exc", e.value.response)
125128

126129
@pytest.mark.aws_validated
130+
@pytest.mark.skip(reason="not implemented")
127131
def test_mapping_minimum_nesting_depth(self, aws_client, cleanups, snapshot):
128132
"""
129133
Tries to deploy a template containing a mapping with a nesting depth of 1.

0 commit comments

Comments
 (0)
0