Skip to content
Snippets Groups Projects
Commit a87368ac authored by Robin Appelman's avatar Robin Appelman Committed by Thomas Müller
Browse files

Skip checkupdate test for swift

parent aab226ce
Branches
No related tags found
No related merge requests found
...@@ -99,6 +99,10 @@ class Swift extends \Test\Files\Storage\Storage { ...@@ -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 * @dataProvider copyAndMoveProvider
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment