Merge pull request #23405 from nextcloud/backport/23396/stable18

[stable18] VersioningTest.php:729 is unreliable and should be disabled
This commit is contained in:
Morris Jobke 2020-10-13 17:36:32 +02:00 committed by GitHub
commit a79a6d5f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -689,6 +689,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);