Skip to content

Commit a59f457

Browse files
authored
Merge branch 'main' into windows-tests
2 parents 73e4680 + 9672b81 commit a59f457

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
@@ -436,6 +436,9 @@ def encode_to_tensor(samples):
436436
encoded_from_contiguous, encoded_from_non_contiguous, rtol=0, atol=0
437437
)
438438

439+
@pytest.mark.skip(
440+
reason="Flaky test, see https://github.com/pytorch/torchcodec/issues/724"
441+
)
439442
@pytest.mark.parametrize("num_channels_input", (1, 2))
440443
@pytest.mark.parametrize("num_channels_output", (1, 2, None))
441444
@pytest.mark.parametrize("method", ("to_file", "to_tensor", "to_file_like"))

0 commit comments

Comments
 (0)