Skip to content

Commit

Permalink
Merge pull request #31668 from nextcloud/fixup/31580/skip-test-for-now
Browse files Browse the repository at this point in the history
Test disabled for now due to multiple reasons
  • Loading branch information
nickvergessen authored Mar 23, 2022
2 parents b5338e3 + 89e293d commit 0fa17f8
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 0fa17f8

Please sign in to comment.