Skip checkupdate test for swift

This commit is contained in:
Robin Appelman 2015-10-12 16:50:56 +02:00 committed by Thomas Müller
parent aab226cef7
commit a87368acb9

View file

@ -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
*/