mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Skip checkupdate test for swift
This commit is contained in:
parent
aab226cef7
commit
a87368acb9
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue