Skip to content

Commit 36698d2

Browse files
committed
Remove xfail from test on FreeBSD
1 parent 5889a4a commit 36698d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/gd/tests/imagecreatefromstring_avif.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ gd
77
if (!(imagetypes() & IMG_AVIF)) {
88
die('skip AVIF support required');
99
}
10-
if (str_contains(PHP_OS, "FreeBSD")) {
11-
die("xfail Currently failing on FreeBSD CI");
12-
}
1310
?>
1411
--FILE--
1512
<?php

0 commit comments

Comments
 (0)