summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-03-22 17:07:48 +0100
committerJoas Schilling <coding@schilljs.com>2022-03-22 17:07:48 +0100
commit89e293d3fdc915c7533c815ba04b7bdd34b10a65 (patch)
treec532ed56813546c1b9b7bd1db61b874eaf434c87 /tests
parent0e57491f6b7105934239b5f21143a43e89fdb839 (diff)
downloadnextcloud-server-89e293d3fdc915c7533c815ba04b7bdd34b10a65.tar.gz
nextcloud-server-89e293d3fdc915c7533c815ba04b7bdd34b10a65.zip
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')
-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);