Skip to content

Commit d2f6d82

Browse files
committed
fixup
1 parent 85275ea commit d2f6d82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ext/bz2/tests/gh20807.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ memory_limit=-1
88
<?php
99
if (!getenv('RUN_RESOURCE_HEAVY_TESTS')) die('skip resource-heavy test');
1010
if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
11+
if (PHP_OS === 'FreeBSD') die('skip Worker does not handle OOM gracefully');
12+
if (PHP_INT_SIZE !== 8) die('skip Only for 64-bit systems');
1113
?>
1214
--FILE--
1315
<?php

0 commit comments

Comments
 (0)