Skip to content

Commit 9672b81

Browse files
authored
Skip test_num_channels (#849)
1 parent 5a328cc commit 9672b81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_encoders.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,9 @@ def encode_to_tensor(samples):
403403
encoded_from_contiguous, encoded_from_non_contiguous, rtol=0, atol=0
404404
)
405405

406+
@pytest.mark.skip(
407+
reason="Flaky test, see https://github.com/pytorch/torchcodec/issues/724"
408+
)
406409
@pytest.mark.parametrize("num_channels_input", (1, 2))
407410
@pytest.mark.parametrize("num_channels_output", (1, 2, None))
408411
@pytest.mark.parametrize("method", ("to_file", "to_tensor", "to_file_like"))

0 commit comments

Comments
 (0)