Skip to content

Commit 5f70f7f

Browse files
authored
fix: skip statemachine test (#3397)
1 parent ffca91a commit 5f70f7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integration/single/test_basic_state_machine.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ def test_basic_state_machine_with_tags(self):
3434
self._verify_tag_presence(tags, "TagOne", "ValueOne")
3535
self._verify_tag_presence(tags, "TagTwo", "ValueTwo")
3636

37+
@skipIf(
38+
current_region_does_not_support([STATE_MACHINE_INLINE_DEFINITION]),
39+
"StateMachine with inline definition is not supported in this testing region",
40+
)
3741
def test_state_machine_with_role_path(self):
3842
"""
3943
Creates a State machine with a Role Path

0 commit comments

Comments
 (0)