diff options
-rw-r--r-- | src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php b/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php index 0bb8be57..c9346040 100644 --- a/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php +++ b/src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php | |||
@@ -185,13 +185,7 @@ class InstallCommandTest extends WallabagCoreTestCase | |||
185 | { | 185 | { |
186 | if ($this->getClient()->getContainer()->get('doctrine')->getConnection()->getDriver() instanceof \Doctrine\DBAL\Driver\PDOPgSql\Driver) { | 186 | if ($this->getClient()->getContainer()->get('doctrine')->getConnection()->getDriver() instanceof \Doctrine\DBAL\Driver\PDOPgSql\Driver) { |
187 | /* | 187 | /* |
188 | * LOG: statement: CREATE DATABASE "wallabag" | 188 | * @see testRunInstallCommandWithDatabaseRemoved |
189 | * ERROR: source database "template1" is being accessed by other users | ||
190 | * DETAIL: There is 1 other session using the database. | ||
191 | * STATEMENT: CREATE DATABASE "wallabag" | ||
192 | * FATAL: database "wallabag" does not exist | ||
193 | * | ||
194 | * http://stackoverflow.com/a/14374832/569101 | ||
195 | */ | 189 | */ |
196 | $this->markTestSkipped('PostgreSQL spotted: can find a good way to drop current database, skipping.'); | 190 | $this->markTestSkipped('PostgreSQL spotted: can find a good way to drop current database, skipping.'); |
197 | } | 191 | } |