diff options
author | Robin Appelman <robin@icewind.nl> | 2018-02-07 17:16:54 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-02-08 15:18:25 +0100 |
commit | df6e23c98ce3d5a50c417a085f2095f42b663efa (patch) | |
tree | 41521501d43b210e53767f362fbf517b67ead485 /tests/lib | |
parent | 26e0c14c6d90adae72797e759024d140047b827c (diff) | |
download | nextcloud-server-df6e23c98ce3d5a50c417a085f2095f42b663efa.tar.gz nextcloud-server-df6e23c98ce3d5a50c417a085f2095f42b663efa.zip |
add ci for swift primary storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/Files/ObjectStore/SwiftTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/Files/ObjectStore/SwiftTest.php b/tests/lib/Files/ObjectStore/SwiftTest.php index f2aeace769c..1ea55a84628 100644 --- a/tests/lib/Files/ObjectStore/SwiftTest.php +++ b/tests/lib/Files/ObjectStore/SwiftTest.php @@ -23,6 +23,9 @@ namespace Test\Files\ObjectStore; use OC\Files\ObjectStore\Swift; +/** + * @group PRIMARY-swift + */ class SwiftTest extends ObjectStoreTest { /** * @return \OCP\Files\ObjectStore\IObjectStore |