diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-10-12 16:50:56 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-16 21:41:51 +0200 |
commit | a87368acb9a2d43bc18fd03cc149e25bd6a79cdc (patch) | |
tree | 85551ad6ac6a17144ef8f2764efb0f6906d1f921 /tests | |
parent | aab226cef76cd4e391182eac58689c83b20e1b29 (diff) | |
download | nextcloud-server-a87368acb9a2d43bc18fd03cc149e25bd6a79cdc.tar.gz nextcloud-server-a87368acb9a2d43bc18fd03cc149e25bd6a79cdc.zip |
Skip checkupdate test for swift
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/files/objectstore/swift.php | 4 |
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 */ |