Skip to content

Commit

Permalink
fix:failing tests
Browse files Browse the repository at this point in the history
debugging what changed with latest package versions
  • Loading branch information
JarbasAl committed Dec 6, 2024
1 parent c1e8873 commit 34477b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/end2end/session/test_ocp.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def wait_for_n_messages(n):
"recognizer_loop:utterance",
"ovos.common_play.status",
"ovos.common_play.SEI.get", # request player info
"ovos.common_play.SEI.get", # (we didnt get player answer, so we try again)
# no response
"ovos.common_play.activate",
"ocp:play",
Expand All @@ -142,6 +143,7 @@ def wait_for_n_messages(n):
"ovos.common_play.query.response",
"ovos.common_play.query.response",
"ovos.common_play.skill.search_end",
"ovos.common_play.SEI.get", # request info again, cause player didnt answer before
"ovos.common_play.search.end",
"ovos.common_play.reset",

Expand Down Expand Up @@ -500,6 +502,10 @@ def wait_for_n_messages(n):
"ovos.common_play.reset",
"add_context", # NowPlaying context
'mycroft.audio.service.play', # LEGACY api
"mycroft.audio.service.queue",
"mycroft.audio.service.queue",
"mycroft.audio.service.queue",
"mycroft.audio.service.queue",
"ovos.common_play.search.populate",
"ovos.utterance.handled", # handle_utterance returned (intent service)
]
Expand Down

0 comments on commit 34477b0

Please sign in to comment.