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

Test disabled for now due to multiple reasons
This commit is contained in:
Joas Schilling 2022-03-23 09:43:29 +01:00 committed by GitHub
commit 0fa17f8902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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