diff --git a/tests/lib/files/storage/storage.php b/tests/lib/files/storage/storage.php index 4ec474f2f0166f3f62e5cf2acdf7ed51441ab3b3..2355009c9bfcfde92069032449243a1e7faf6c48 100644 --- a/tests/lib/files/storage/storage.php +++ b/tests/lib/files/storage/storage.php @@ -316,6 +316,9 @@ abstract class Storage extends \Test\TestCase { * no change. */ public function testCheckUpdate() { + if ($this->instance instanceof \OC\Files\Storage\Wrapper\Wrapper) { + $this->markTestSkipped('Cannot test update check on wrappers'); + } $textFile = \OC::$SERVERROOT . '/tests/data/lorem.txt'; $watcher = $this->instance->getWatcher(); $watcher->setPolicy(Watcher::CHECK_ALWAYS);