diff options
-rw-r--r-- | tests/lib/DB/MigrationsTest.php | 1 |
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); |