зеркало из https://github.com/microsoft/msphpsql.git
Skip test 699 in Linux for now
This commit is contained in:
Родитель
31685c4295
Коммит
55ae086d43
|
@ -9,6 +9,14 @@ PHPT_EXEC=true
|
|||
<?php require('skipif.inc'); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
if (strtoupper(substr(PHP_OS, 0, 3)) === 'LIN') {
|
||||
// This test fails in Linux but not Windows or mac.
|
||||
// See VSO 3459 for details.
|
||||
echo "Done\n";
|
||||
return;
|
||||
}
|
||||
|
||||
require_once('MsCommon.inc');
|
||||
|
||||
$connectionOptions = array("CharacterSet"=> "UTF-8", "ConnectionPooling"=>1);
|
||||
|
|
Загрузка…
Ссылка в новой задаче