From ac2542f0f074cc7ec0f5ffdc6970a9981a4fac02 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 16 Nov 2016 12:43:38 +0100 Subject: add ci support for s3 object store Signed-off-by: Robin Appelman --- tests/lib/Files/ObjectStore/S3Test.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/lib/Files') 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 -- cgit v1.2.3