Commit d2a1d2a0 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Skip test

parent dbee1f73
...@@ -219,6 +219,10 @@ class ExceptionTest extends \Doctrine\Tests\DbalFunctionalTestCase ...@@ -219,6 +219,10 @@ class ExceptionTest extends \Doctrine\Tests\DbalFunctionalTestCase
$this->markTestSkipped("Only skipped if platform is not sqlite"); $this->markTestSkipped("Only skipped if platform is not sqlite");
} }
if ($this->_conn->getDatabasePlatform()->getName() == 'pgsql' && isset($params['password'])) {
$this->markTestSkipped("Does not work on Travis");
}
$defaultParams = $this->_conn->getParams(); $defaultParams = $this->_conn->getParams();
$params = array_merge($defaultParams, $params); $params = array_merge($defaultParams, $params);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment