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>
This commit is contained in:
Joas Schilling 2022-03-22 17:07:48 +01:00
parent 0e57491f6b
commit 89e293d3fd
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View 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);