diff --git a/tests/run.php b/tests/run.php index c22570685..b09702da4 100644 --- a/tests/run.php +++ b/tests/run.php @@ -37,7 +37,7 @@ error_reporting(E_ALL); $test = new GroupTest("Doctrine Framework Unit Tests"); -$test->addTestCase(new Doctrine_DB_TestCase()); +//$test->addTestCase(new Doctrine_DB_TestCase()); $test->addTestCase(new Doctrine_ConnectionTestCase());