From 89e293d3fdc915c7533c815ba04b7bdd34b10a65 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 22 Mar 2022 17:07:48 +0100 Subject: [PATCH] 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 --- tests/lib/DB/MigrationsTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/DB/MigrationsTest.php b/tests/lib/DB/MigrationsTest.php index f22de8c5e6ec1..b00b094b4aa1a 100644 --- a/tests/lib/DB/MigrationsTest.php +++ b/tests/lib/DB/MigrationsTest.php @@ -610,6 +610,7 @@ public function testEnsureOracleConstraintsTooLongForeignKeyName() { 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);