Skip to content

Commit 89e293d

Browse files
committed
Test disabled for now due to multiple reasons
see #31580 (comment) for details Signed-off-by: Joas Schilling <[email protected]>
1 parent 0e57491 commit 89e293d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/DB/MigrationsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ public function testEnsureOracleConstraintsTooLongForeignKeyName() {
610610

611611

612612
public function testEnsureOracleConstraintsNoPrimaryKey() {
613+
$this->markTestSkipped('Test disabled for now due to multiple reasons, see https://github.com/nextcloud/server/pull/31580#issuecomment-1069182234 for details.');
613614
$this->expectException(\InvalidArgumentException::class);
614615

615616
$table = $this->createMock(Table::class);

0 commit comments

Comments
 (0)