Skip to content

Commit 4a999a5

Browse files
committed
Ignore flaky 32-bit Windows test
1 parent 6cce1a8 commit 4a999a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/sysvshm/tests/bug72858.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ sysvshm
77

88
if (4 < PHP_INT_SIZE) { print "skip 32-bit only"; }
99
if (substr(PHP_OS, 0, 3) != "WIN") { print "skip windows only"; }
10+
if (getenv('GITHUB_ACTIONS')) die('skip on GitHub actions');
1011
?>
1112
--FILE--
1213
<?php

0 commit comments

Comments
 (0)