diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-29 01:16:46 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-26 14:54:23 +0100 |
commit | 8e02014b559dd310dd42cc3f5cf1e4097342d459 (patch) | |
tree | b7aa2320136a43e914e541032f5cd32eeb90a805 /tests/lib/Files | |
parent | fceb781058516e7bd534719957a3d8354517b333 (diff) | |
download | nextcloud-server-8e02014b559dd310dd42cc3f5cf1e4097342d459.tar.gz nextcloud-server-8e02014b559dd310dd42cc3f5cf1e4097342d459.zip |
chore(tests): Migrate object storage unit tests from drone to GitHub Actions
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'tests/lib/Files')
-rw-r--r-- | tests/lib/Files/ObjectStore/SwiftTest.php | 4 |
1 files changed, 4 insertions, 0 deletions
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'); + } } |