We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b24eb commit e6b393aCopy full SHA for e6b393a
1 file changed
ext/bz2/tests/bzdecompress_input_too_large.phpt
@@ -6,8 +6,8 @@ bz2
6
memory_limit=8G
7
--SKIPIF--
8
<?php
9
-//if (!getenv('RUN_RESOURCE_HEAVY_TESTS')) die('skip resource-heavy test');
10
-//if (getenv('SKIP_SLOW_TESTS')) die('skip slow test');
+if (!getenv('RUN_RESOURCE_HEAVY_TESTS')) die('skip resource-heavy test');
+if (getenv('SKIP_SLOW_TESTS')) die('skip slow test');
11
if (PHP_INT_SIZE != 8) echo 'skip 64-bit only';
12
?>
13
--FILE--
0 commit comments