diff --git a/tests/hermes_cli/test_voice_wrapper.py b/tests/hermes_cli/test_voice_wrapper.py index 0c2652d8a2ee..a06a94735cb1 100644 --- a/tests/hermes_cli/test_voice_wrapper.py +++ b/tests/hermes_cli/test_voice_wrapper.py @@ -278,6 +278,7 @@ class TestStopWithoutStart: assert voice.stop_and_transcribe() is None +@pytest.mark.real_audio_playback class TestSpeakTextGuards: @pytest.mark.parametrize("text", ["", " ", "\n\t "]) def test_empty_text_is_noop(self, text):