Skip to content

Commit 26ed10e

Browse files
Daniel FloresDan-Flores
authored andcommitted
testing
1 parent d63504c commit 26ed10e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_ops.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,8 @@ def get_encoded_data(self):
13751375

13761376
def test_to_file_like_real_file(self, tmp_path):
13771377
"""Test to_file_like with a real file opened in binary write mode."""
1378+
if get_ffmpeg_major_version() == 6:
1379+
pytest.skip("Skipping round trip test for FFmpeg 6")
13781380
source_frames = self.decode(TEST_SRC_2_720P.path).data
13791381
file_path = tmp_path / "test_file_like.mp4"
13801382

0 commit comments

Comments
 (0)