Skip to content

Commit dc6d761

Browse files
esomaradarhere
andauthored
Test apng repeated seeks 3 times instead of 5.
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent a6051a4 commit dc6d761

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tests/test_file_apng.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,8 @@ def test_different_modes_in_later_frames(mode, default_image, duplicate, tmp_pat
692692

693693

694694
def test_apng_repeated_seeks_give_correct_info() -> None:
695-
# https://github.com/python-pillow/Pillow/issues/7700
696695
with Image.open("Tests/images/apng/repeated_seeks_give_correct_info.png") as im:
697-
for i in range(5):
696+
for i in range(3):
698697
im.seek(0)
699698
assert im.info["duration"] == 4000
700699
im.seek(1)

0 commit comments

Comments
 (0)