diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-25 21:12:06 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-27 15:27:28 +0100 |
commit | 924b3298cf504b597b79da764f63dbb1d632a755 (patch) | |
tree | cc45f772d967c52fb1c54914391dd915a4e4ffef /apps/federation | |
parent | 17a9d5856f5a17e10cb731eee4146450cb0fe748 (diff) | |
download | nextcloud-server-924b3298cf504b597b79da764f63dbb1d632a755.tar.gz nextcloud-server-924b3298cf504b597b79da764f63dbb1d632a755.zip |
TO REVERT LATER: disable some DbHandlerTest
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/federation')
-rw-r--r-- | apps/federation/tests/DbHandlerTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/federation/tests/DbHandlerTest.php b/apps/federation/tests/DbHandlerTest.php index 8d1eaa0ebc3..6f43b542b42 100644 --- a/apps/federation/tests/DbHandlerTest.php +++ b/apps/federation/tests/DbHandlerTest.php @@ -161,7 +161,7 @@ class DbHandlerTest extends TestCase { ]; } - public function testAddToken() { + public function XtestAddToken() { $this->dbHandler->addServer('server1'); $query = $this->connection->getQueryBuilder()->select('*')->from($this->dbTable); $result = $query->execute()->fetchAll(); @@ -182,7 +182,7 @@ class DbHandlerTest extends TestCase { ); } - public function testAddSharedSecret() { + public function XtestAddSharedSecret() { $this->dbHandler->addServer('server1'); $query = $this->connection->getQueryBuilder()->select('*')->from($this->dbTable); $result = $query->execute()->fetchAll(); |