diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2020-10-13 09:08:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 09:08:29 +0200 |
commit | 00bf7eb60a9075be30a19ee42cf15048e9fdc18b (patch) | |
tree | e6aa40b4db506703c9df444317cdea6e004a12d2 | |
parent | 85570abc9ac723758f3f62ec4f957da0ed5d6247 (diff) | |
parent | f2d05eacc625b2e827622d49377a05aa4a7fef4e (diff) | |
download | nextcloud-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.php | 1 |
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); |