Skip to content

Commit c001763

Browse files
committed
Remove _IS_FFMPEG_AVAILABLE references
1 parent 075b613 commit c001763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/torchaudio_unittest/common_utils/case_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def skipIfNoModule(module, display_name=None):
242242
key="ON_PYTHON_310",
243243
)
244244
skipIfNoAudioDevice = _skipIf(
245-
not _IS_FFMPEG_AVAILABLE,
245+
True,
246246
reason="No output audio device is available.",
247247
key="NO_AUDIO_OUT_DEVICE",
248248
)

0 commit comments

Comments
 (0)