Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Urkem committed Oct 13, 2023
1 parent 5b21911 commit 72d50dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/policies/test_flow_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +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(
Expand Down

0 comments on commit 72d50dc

Please sign in to comment.