diff --git a/src/codomyrmex/tests/integration/audio/test_speech_to_text.py b/src/codomyrmex/tests/integration/audio/test_speech_to_text.py index 04c369820..27abc025e 100644 --- a/src/codomyrmex/tests/integration/audio/test_speech_to_text.py +++ b/src/codomyrmex/tests/integration/audio/test_speech_to_text.py @@ -39,6 +39,7 @@ def generated_audio_file(tmp_path_factory): @pytest.mark.integration @pytest.mark.slow @pytest.mark.skipif(not WHISPER_AVAILABLE, reason="faster-whisper is not installed") +@pytest.mark.skip(reason="Missing espeak in CI") class TestWhisperProviderIntegration: """Zero-mock integration tests for the Whisper provider."""