1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00

add skip slow test

This commit is contained in:
Anatol Belski
2016-04-06 08:18:32 +02:00
parent 4e1d435bd1
commit fd9137c00c
+1
View File
@@ -3,6 +3,7 @@ PDO_DBLIB: Set query timeouts
--SKIPIF--
<?php
if (!extension_loaded('pdo_dblib')) die('skip not loaded');
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
require dirname(__FILE__) . '/config.inc';
?>
--FILE--