Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-10-13 12:45:24 +0300
committerGitHub <noreply@github.com>2020-10-13 12:45:24 +0300
commit4af8bf2468b10080ad21e8d657d6a595eaab086f (patch)
tree364825fecc51cc07c6e36400ee5c5359fb0ac66d /apps
parentf730812af3dfe8f027f4a10b9837e79f17f9bf8c (diff)
parent3fc4120ebb7aa3b05c754206a4615600abedadc7 (diff)
Merge pull request #23403 from nextcloud/backport/23396/stable20
[stable20] VersioningTest.php:729 is unreliable and should be disabled
Diffstat (limited to 'apps')
-rw-r--r--apps/files_versions/tests/VersioningTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_versions/tests/VersioningTest.php b/apps/files_versions/tests/VersioningTest.php
index 683fc078a29..c2919caecc6 100644
--- a/apps/files_versions/tests/VersioningTest.php
+++ b/apps/files_versions/tests/VersioningTest.php
@@ -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);