Merge pull request #23403 from nextcloud/backport/23396/stable20

[stable20] VersioningTest.php:729 is unreliable and should be disabled
This commit is contained in:
Christoph Wurst 2020-10-13 11:45:24 +02:00 committed by GitHub
commit 4af8bf2468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -688,6 +688,7 @@ class VersioningTest extends \Test\TestCase {
}
public function testRestoreMovedShare() {
$this->markTestSkipped('Unreliable test');
$this->loginAsUser(self::TEST_VERSIONS_USER);
$userHome = \OC::$server->getUserFolder(self::TEST_VERSIONS_USER);