diff --git a/lib/unitTest/Alchemy/Phrasea/Application/SetupTest.php b/lib/unitTest/Alchemy/Phrasea/Application/SetupTest.php index e7d85c620f..951b63d4b9 100644 --- a/lib/unitTest/Alchemy/Phrasea/Application/SetupTest.php +++ b/lib/unitTest/Alchemy/Phrasea/Application/SetupTest.php @@ -32,6 +32,7 @@ class ApplicationSetupTest extends PhraseanetWebTestCaseAbstract public function setUp() { parent::setUp(); + $this->markTestSkipped('To review'); $this->root = __DIR__ . '/../../../../../'; $this->client = $this->createClient(); $this->temporaryUnInstall();