From d8961ed10f50b8c9fcb87e7ea68cb60768a9607f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 26 Aug 2022 15:59:29 +0200 Subject: fix using FSEEK_END with SeekableHttpStream to get file size Signed-off-by: Robin Appelman --- tests/lib/Files/ObjectStore/AzureTest.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/lib/Files/ObjectStore/AzureTest.php') diff --git a/tests/lib/Files/ObjectStore/AzureTest.php b/tests/lib/Files/ObjectStore/AzureTest.php index 716d06f48c9..054dc36cce4 100644 --- a/tests/lib/Files/ObjectStore/AzureTest.php +++ b/tests/lib/Files/ObjectStore/AzureTest.php @@ -35,4 +35,8 @@ class AzureTest extends ObjectStoreTest { return new Azure($config['arguments']); } + + public function testFseekSize() { + $this->markTestSkipped('azure does not support seeking at the moment'); + } } -- cgit v1.2.3