Skip to content

Commit 8747962

Browse files
bukkaremicollet
authored andcommitted
Skip GHSA-9pqp-7h25-4f32 test on Windows
(cherry picked from commit c70e25630832fa10d421328eed2b8e1a36af7a64) (cherry picked from commit c756838) (cherry picked from commit 2fd1b83) (cherry picked from commit 79eace3) (cherry picked from commit 0c9258e) (cherry picked from commit 2d5ff57) (cherry picked from commit d5931f3)
1 parent 7c4412a commit 8747962

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/basic/GHSA-9pqp-7h25-4f32.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ GHSA-9pqp-7h25-4f32
55
if (!getenv('TEST_PHP_CGI_EXECUTABLE')) {
66
die("skip php-cgi not available");
77
}
8+
if (substr(PHP_OS, 0, 3) == 'WIN') {
9+
die("skip not for Windows in CI - probably resource issue");
10+
}
811
?>
912
--FILE--
1013
<?php

0 commit comments

Comments
 (0)