mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 16:50:55 -04:00
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:
commit
0fa17f8902
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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue