aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-10-13 09:08:29 +0200
committerGitHub <noreply@github.com>2020-10-13 09:08:29 +0200
commit00bf7eb60a9075be30a19ee42cf15048e9fdc18b (patch)
treee6aa40b4db506703c9df444317cdea6e004a12d2
parent85570abc9ac723758f3f62ec4f957da0ed5d6247 (diff)
parentf2d05eacc625b2e827622d49377a05aa4a7fef4e (diff)
downloadnextcloud-server-00bf7eb60a9075be30a19ee42cf15048e9fdc18b.tar.gz
nextcloud-server-00bf7eb60a9075be30a19ee42cf15048e9fdc18b.zip
Merge pull request #23396 from nextcloud/tests/22305/flipping-versioningtest
VersioningTest.php:729 is unreliable and should be disabled
-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 1f81caeefce..09cc64a3384 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);