Skip to content

Commit 79eace3

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)
1 parent 21e2b0a commit 79eace3

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)