getConfig()->getSystemValue('objectstore'); if (!is_array($config) || $config['class'] !== 'OC\\Files\\ObjectStore\\Azure') { $this->markTestSkipped('objectstore not configured for azure'); } return new Azure($config['arguments']); } public function testFseekSize() { $this->markTestSkipped('azure does not support seeking at the moment'); } }