diff --git a/tests/core/policies/test_flow_policy.py b/tests/core/policies/test_flow_policy.py index a580d85d9879..0e01648b8e2c 100644 --- a/tests/core/policies/test_flow_policy.py +++ b/tests/core/policies/test_flow_policy.py @@ -92,7 +92,7 @@ def _run_flow_until_listen( break return actions, events - +@pytest.mark.skip(reason="Skip until intent gets replaced by nlu_trigger") def test_select_next_action() -> None: flows = YAMLFlowsReader.read_from_string( textwrap.dedent( diff --git a/tests/shared/utils/test_validation.py b/tests/shared/utils/test_validation.py index 43a47c158697..e9e35b26a793 100644 --- a/tests/shared/utils/test_validation.py +++ b/tests/shared/utils/test_validation.py @@ -509,7 +509,7 @@ def validate() -> None: description: Test flow steps: - id: "1" - intent: transfer_money + action: action_xyz next: "2" - id: "2" action: utter_ask_name""",