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:
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user