diff options
author | Robin Appelman <robin@icewind.nl> | 2016-11-16 12:43:38 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-01-02 14:17:19 +0100 |
commit | ac2542f0f074cc7ec0f5ffdc6970a9981a4fac02 (patch) | |
tree | 93747e5dff6059e52d664ea2c0c18496db001d90 /tests/lib/Files | |
parent | 17d2b25ad4c8ec75dfe0ecd0a2d84cd7b5e4f89b (diff) | |
download | nextcloud-server-ac2542f0f074cc7ec0f5ffdc6970a9981a4fac02.tar.gz nextcloud-server-ac2542f0f074cc7ec0f5ffdc6970a9981a4fac02.zip |
add ci support for s3 object store
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'tests/lib/Files')
-rw-r--r-- | tests/lib/Files/ObjectStore/S3Test.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/Files/ObjectStore/S3Test.php b/tests/lib/Files/ObjectStore/S3Test.php index 10afb9a7aa8..b93e9beebdc 100644 --- a/tests/lib/Files/ObjectStore/S3Test.php +++ b/tests/lib/Files/ObjectStore/S3Test.php @@ -23,6 +23,9 @@ namespace Test\Files\ObjectStore; use OC\Files\ObjectStore\S3; +/** + * @group PRIMARY-s3 + */ class S3Test extends ObjectStoreTest { /** * @return \OCP\Files\ObjectStore\IObjectStore |