From 8e02014b559dd310dd42cc3f5cf1e4097342d459 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 29 Oct 2023 01:16:46 +0200 Subject: chore(tests): Migrate object storage unit tests from drone to GitHub Actions Signed-off-by: Ferdinand Thiessen --- tests/lib/Files/ObjectStore/SwiftTest.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/lib/Files') diff --git a/tests/lib/Files/ObjectStore/SwiftTest.php b/tests/lib/Files/ObjectStore/SwiftTest.php index 1ea55a84628..bebfba0c8a4 100644 --- a/tests/lib/Files/ObjectStore/SwiftTest.php +++ b/tests/lib/Files/ObjectStore/SwiftTest.php @@ -38,4 +38,8 @@ class SwiftTest extends ObjectStoreTest { return new Swift($config['arguments']); } + + public function testFseekSize() { + $this->markTestSkipped('Swift does not support seeking at the moment'); + } } -- cgit v1.2.3