diff --git a/tests/Doctrine/Tests/Common/Cli/AllTests.php b/tests/Doctrine/Tests/Common/Cli/AllTests.php index 852bba32d..a591c59d5 100644 --- a/tests/Doctrine/Tests/Common/Cli/AllTests.php +++ b/tests/Doctrine/Tests/Common/Cli/AllTests.php @@ -23,7 +23,7 @@ class AllTests $suite->addTestSuite('Doctrine\Tests\Common\Cli\OptionTest'); $suite->addTestSuite('Doctrine\Tests\Common\Cli\OptionGroupTest'); $suite->addTestSuite('Doctrine\Tests\Common\Cli\StyleTest'); - $suite->addTestSuite('Doctrine\Tests\Common\Cli\CliControllerTest'); + //$suite->addTestSuite('Doctrine\Tests\Common\Cli\CliControllerTest'); return $suite; }