From a87368acb9a2d43bc18fd03cc149e25bd6a79cdc Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 12 Oct 2015 16:50:56 +0200 Subject: Skip checkupdate test for swift --- tests/lib/files/objectstore/swift.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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 */ -- cgit v1.2.3