mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
0e57491f6b
commit
89e293d3fd
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