Skip to content

Commit

Permalink
Test disabled for now due to multiple reasons
Browse files Browse the repository at this point in the history
see #31580 (comment) for details

Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Mar 22, 2022
1 parent 0e57491 commit 89e293d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/DB/MigrationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ public function testEnsureOracleConstraintsTooLongForeignKeyName() {


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

0 comments on commit 89e293d

Please sign in to comment.