Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-03-22 19:07:48 +0300
committerJoas Schilling <coding@schilljs.com>2022-03-22 19:07:48 +0300
commit89e293d3fdc915c7533c815ba04b7bdd34b10a65 (patch)
treec532ed56813546c1b9b7bd1db61b874eaf434c87 /tests/lib/DB
parent0e57491f6b7105934239b5f21143a43e89fdb839 (diff)
Test disabled for now due to multiple reasons
see https://github.com/nextcloud/server/pull/31580#issuecomment-1069182234 for details Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/DB')
-rw-r--r--tests/lib/DB/MigrationsTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/DB/MigrationsTest.php b/tests/lib/DB/MigrationsTest.php
index f22de8c5e6e..b00b094b4aa 100644
--- a/tests/lib/DB/MigrationsTest.php
+++ b/tests/lib/DB/MigrationsTest.php
@@ -610,6 +610,7 @@ class MigrationsTest extends \Test\TestCase {
public function testEnsureOracleConstraintsNoPrimaryKey() {
+ $this->markTestSkipped('Test disabled for now due to multiple reasons, see https://github.com/nextcloud/server/pull/31580#issuecomment-1069182234 for details.');
$this->expectException(\InvalidArgumentException::class);
$table = $this->createMock(Table::class);