Skip to content

Commit 784cf80

Browse files
committed
Merge branch 'main' of github.com:pytorch/torchcodec into add_aarch64_wheels
2 parents dc66a3f + 957a150 commit 784cf80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)