diff --git a/ext/mysqli/tests/bug79375.phpt b/ext/mysqli/tests/bug79375.phpt index 6c6176311daa3..75c9aeb7be618 100644 --- a/ext/mysqli/tests/bug79375.phpt +++ b/ext/mysqli/tests/bug79375.phpt @@ -2,6 +2,7 @@ Bug #79375: mysqli_store_result does not report error from lock wait timeout --SKIPIF-- diff --git a/ext/standard/tests/file/005_variation-win32.phpt b/ext/standard/tests/file/005_variation-win32.phpt index ba58369a29814..328e46dfd1598 100644 --- a/ext/standard/tests/file/005_variation-win32.phpt +++ b/ext/standard/tests/file/005_variation-win32.phpt @@ -5,6 +5,7 @@ Test fileatime(), filemtime(), filectime() & touch() functions : usage variation if (substr(PHP_OS, 0, 3) != 'WIN') { die('skip Windows-only test'); } +if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); ?> --FILE--