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/tests
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-10-12 17:50:56 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-16 22:41:51 +0300
commita87368acb9a2d43bc18fd03cc149e25bd6a79cdc (patch)
tree85551ad6ac6a17144ef8f2764efb0f6906d1f921 /tests
parentaab226cef76cd4e391182eac58689c83b20e1b29 (diff)
Skip checkupdate test for swift
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/files/objectstore/swift.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/files/objectstore/swift.php b/tests/lib/files/objectstore/swift.php
index 136d8d18039..6d59078aa7c 100644
--- a/tests/lib/files/objectstore/swift.php
+++ b/tests/lib/files/objectstore/swift.php
@@ -99,6 +99,10 @@ class Swift extends \Test\Files\Storage\Storage {
}
}
+ public function testCheckUpdate() {
+ $this->markTestSkipped('Detecting external changes is not supported on object storages');
+ }
+
/**
* @dataProvider copyAndMoveProvider
*/