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>
pull/31668/head
Joas Schilling 3 years ago
parent 0e57491f6b
commit 89e293d3fd
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 1
      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);

Loading…
Cancel
Save