diff --git a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GooglePlusTest.php b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GooglePlusTest.php index 399eacf35f..30bde2a098 100644 --- a/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GooglePlusTest.php +++ b/tests/Alchemy/Tests/Phrasea/Authentication/Provider/GooglePlusTest.php @@ -125,6 +125,7 @@ class GooglePlusTest extends ProviderTestCase protected function getProviderForSuccessIdentity() { + $this->markTestIncomplete('Incomplete flow for google plus API check'); $provider = $this->getProvider(); $guzzle = $this->getMock('Guzzle\Http\ClientInterface');