diff --git a/test/end2end/session/test_ocp.py b/test/end2end/session/test_ocp.py index 651395fc3da..5bdb9d934fc 100644 --- a/test/end2end/session/test_ocp.py +++ b/test/end2end/session/test_ocp.py @@ -78,11 +78,6 @@ def wait_for_n_messages(n): "ovos.common_play.search.end", # no good results "ovos.common_play.reset", - - # TODO - this is now matching ?? - # "add_context", - # "ovos.common_play.play", - # "ovos.common_play.search.populate", "speak", # error, "ovos.utterance.handled" # handle_utterance returned (intent service) ] @@ -151,8 +146,6 @@ def wait_for_n_messages(n): "ovos.common_play.search.end", "ovos.common_play.reset", - # TODO - it is matching here now? - "speak", # nothing to play "ovos.utterance.handled" # handle_utterance returned (intent service) ] @@ -366,8 +359,6 @@ def wait_for_n_messages(n): # no good results "ovos.common_play.reset", - # TODO - it is matching here now? - "speak", # error "ovos.utterance.handled" # handle_utterance returned (intent service) ]