VersioningTest:729 is unreliable and should be disabled
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
17dd0b8248
commit
68c106b689
|
@ -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