mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 18:52:53 -04:00
Merge pull request #23405 from nextcloud/backport/23396/stable18
[stable18] VersioningTest.php:729 is unreliable and should be disabled
This commit is contained in:
commit
a79a6d5f34
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue