Skip to content

Commit 957a150

Browse files
authored
Skip compile tests (#1113)
1 parent 64373bf commit 957a150

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_decoders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,8 @@ def test_get_key_frame_indices(self, device):
11461146
key_frame_indices, h265_reference_key_frame_indices, atol=0, rtol=0
11471147
)
11481148

1149+
# TODO investigate why this is failing from the nightlies of Dec 09 2025.
1150+
@pytest.mark.skip(reason="TODO investigate")
11491151
# TODO investigate why this fails internally.
11501152
@pytest.mark.skipif(in_fbcode(), reason="Compile test fails internally.")
11511153
@pytest.mark.skipif(

0 commit comments

Comments
 (0)