Skip to content

Commit 82750c8

Browse files
authored
Skip ffmpeg CLI test internally (#627)
1 parent 697176e commit 82750c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_ops.py

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
from .utils import (
4545
assert_frames_equal,
4646
cpu_and_cuda,
47+
in_fbcode,
4748
NASA_AUDIO,
4849
NASA_AUDIO_MP3,
4950
NASA_VIDEO,
@@ -1139,6 +1140,7 @@ def test_round_trip(self, tmp_path):
11391140
)
11401141

11411142
# TODO-ENCODING: test more encoding formats
1143+
@pytest.mark.skipif(in_fbcode(), reason="TODO: enable ffmpeg CLI")
11421144
@pytest.mark.parametrize("asset", (NASA_AUDIO_MP3, SINE_MONO_S32))
11431145
@pytest.mark.parametrize("bit_rate", (None, 0, 44_100, 999_999_999))
11441146
def test_against_cli(self, asset, bit_rate, tmp_path):

0 commit comments

Comments
 (0)