From 970e0e994f62d59e25ba42de4502714ab0ab08a1 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Sat, 7 Nov 2015 14:18:38 +0100 Subject: [PATCH] Remove duplicate comments --- .../CoreBundle/Tests/Command/InstallCommandTest.php | 8 +------- 1 file changed, 1 insertion(+), 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 { if ($this->getClient()->getContainer()->get('doctrine')->getConnection()->getDriver() instanceof \Doctrine\DBAL\Driver\PDOPgSql\Driver) { /* - * LOG: statement: CREATE DATABASE "wallabag" - * ERROR: source database "template1" is being accessed by other users - * DETAIL: There is 1 other session using the database. - * STATEMENT: CREATE DATABASE "wallabag" - * FATAL: database "wallabag" does not exist - * - * http://stackoverflow.com/a/14374832/569101 + * @see testRunInstallCommandWithDatabaseRemoved */ $this->markTestSkipped('PostgreSQL spotted: can find a good way to drop current database, skipping.'); } -- 2.41.0