diff --git a/test/integration_tests/prototype/vggish_pipeline_test.py b/test/integration_tests/prototype/vggish_pipeline_test.py index 72c6e1e518..21052d63d2 100644 --- a/test/integration_tests/prototype/vggish_pipeline_test.py +++ b/test/integration_tests/prototype/vggish_pipeline_test.py @@ -1,7 +1,8 @@ import torchaudio from torchaudio.prototype.pipelines import VGGISH +from torchaudio_unittest.common_utils import skipIfNoExec - +@skipIfNoExec("ffmpeg") def test_vggish(): input_sr = VGGISH.sample_rate input_proc = VGGISH.get_input_processor()