Skip to content

Commit 086da03

Browse files
authored
Skip compile test internally (#530)
1 parent 492a6bc commit 086da03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/decoders/test_video_decoder.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
cpu_and_cuda,
2020
get_ffmpeg_major_version,
2121
H265_VIDEO,
22+
in_fbcode,
2223
NASA_VIDEO,
2324
)
2425

@@ -876,6 +877,8 @@ def test_get_key_frame_indices(self, device):
876877
key_frame_indices, h265_reference_key_frame_indices, atol=0, rtol=0
877878
)
878879

880+
# TODO investigate why this fails internally.
881+
@pytest.mark.skipif(in_fbcode(), reason="Compile test fails internally.")
879882
@pytest.mark.parametrize("device", cpu_and_cuda())
880883
def test_compile(self, device):
881884
decoder = VideoDecoder(NASA_VIDEO.path, device=device)

0 commit comments

Comments
 (0)