mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-27 17:28:39 +00:00
Remove duplicate comments
This commit is contained in:
parent
75c48e3ae0
commit
970e0e994f
1 changed files with 1 additions and 7 deletions
|
@ -185,13 +185,7 @@ class InstallCommandTest extends WallabagCoreTestCase
|
||||||
{
|
{
|
||||||
if ($this->getClient()->getContainer()->get('doctrine')->getConnection()->getDriver() instanceof \Doctrine\DBAL\Driver\PDOPgSql\Driver) {
|
if ($this->getClient()->getContainer()->get('doctrine')->getConnection()->getDriver() instanceof \Doctrine\DBAL\Driver\PDOPgSql\Driver) {
|
||||||
/*
|
/*
|
||||||
* LOG: statement: CREATE DATABASE "wallabag"
|
* @see testRunInstallCommandWithDatabaseRemoved
|
||||||
* 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
|
|
||||||
*/
|
*/
|
||||||
$this->markTestSkipped('PostgreSQL spotted: can find a good way to drop current database, skipping.');
|
$this->markTestSkipped('PostgreSQL spotted: can find a good way to drop current database, skipping.');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue