Merge pull request #23404 from nextcloud/backport/23396/stable19
[stable19] VersioningTest.php:729 is unreliable and should be disabled
This commit is contained in:
commit
ac465f2c87
|
@ -689,6 +689,7 @@ class VersioningTest extends \Test\TestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testRestoreMovedShare() {
|
public function testRestoreMovedShare() {
|
||||||
|
$this->markTestSkipped('Unreliable test');
|
||||||
$this->loginAsUser(self::TEST_VERSIONS_USER);
|
$this->loginAsUser(self::TEST_VERSIONS_USER);
|
||||||
|
|
||||||
$userHome = \OC::$server->getUserFolder(self::TEST_VERSIONS_USER);
|
$userHome = \OC::$server->getUserFolder(self::TEST_VERSIONS_USER);
|
||||||
|
|
Loading…
Reference in New Issue