aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-03-23 09:43:29 +0100
committerGitHub <noreply@github.com>2022-03-23 09:43:29 +0100
commit0fa17f8902e7391f189227b406a0058af6c4a4e0 (patch)
tree464ae7e572b421c5de1d648a155f423d93efe3cd
parentb5338e380ec422e2313e762347e3425bf0a6ac40 (diff)
parent89e293d3fdc915c7533c815ba04b7bdd34b10a65 (diff)
downloadnextcloud-server-0fa17f8902e7391f189227b406a0058af6c4a4e0.tar.gz
nextcloud-server-0fa17f8902e7391f189227b406a0058af6c4a4e0.zip
Merge pull request #31668 from nextcloud/fixup/31580/skip-test-for-now
Test disabled for now due to multiple reasons
-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);