]> source.dussan.org Git - nextcloud-server.git/commitdiff
Test disabled for now due to multiple reasons 31668/head
authorJoas Schilling <coding@schilljs.com>
Tue, 22 Mar 2022 16:07:48 +0000 (17:07 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 22 Mar 2022 16:07:48 +0000 (17:07 +0100)
see https://github.com/nextcloud/server/pull/31580#issuecomment-1069182234 for details

Signed-off-by: Joas Schilling <coding@schilljs.com>
tests/lib/DB/MigrationsTest.php

index f22de8c5e6ec108dd09a3ddfa9aa640c0bdc71e5..b00b094b4aa1a2a307908f403313c8fae471c9ea 100644 (file)
@@ -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);