Merge pull request #31668 from nextcloud/fixup/31580/skip-test-for-now

Test disabled for now due to multiple reasons
pull/31658/head
Joas Schilling 2022-03-23 09:43:29 +07:00 committed by GitHub
commit 0fa17f8902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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