diff options
author | Joas Schilling <coding@schilljs.com> | 2022-03-22 17:07:48 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-03-22 17:07:48 +0100 |
commit | 89e293d3fdc915c7533c815ba04b7bdd34b10a65 (patch) | |
tree | c532ed56813546c1b9b7bd1db61b874eaf434c87 /tests | |
parent | 0e57491f6b7105934239b5f21143a43e89fdb839 (diff) | |
download | nextcloud-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.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); |