Skip to content

Commit 4d904d2

Browse files
cmb69charmitro
authored andcommitted
Skip parse_ini_file_variation6.phpt on Windows
While the test obviously succeeds on Windows, it may occasionally conflict with parse_ini_file_variation6-win32.phpt[1], so we skip it like we do for many other of these tests which have win32 pendants. [1] <https://github.com/php/php-src/actions/runs/12077554275/job/33680647284#step:6:119> Closes phpGH-16989.
1 parent caaca18 commit 4d904d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/standard/tests/file/parse_ini_file_variation6.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Test parse_ini_file() function : variation - various absolute and relative paths
33
--CREDITS--
44
Dave Kelsey <[email protected]>
5+
--SKIPIF--
6+
<?php
7+
if(substr(PHP_OS, 0, 3) == "WIN") die("skip Only run on Windows");
8+
?>
59
--FILE--
610
<?php
711
echo "*** Testing parse_ini_file() : variation ***\n";

0 commit comments

Comments
 (0)