From a38af7f2feaa6998445bdb571f3ebe0f18df7e50 Mon Sep 17 00:00:00 2001 From: Jiri Semmler Date: Thu, 25 Jan 2024 16:17:30 +0100 Subject: [PATCH] skip unsupported groups --- tests/ProjectStorageBackendTest.php | 1 + tests/ProjectsTest.php | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/ProjectStorageBackendTest.php b/tests/ProjectStorageBackendTest.php index 4a72355a..4fd87bc3 100644 --- a/tests/ProjectStorageBackendTest.php +++ b/tests/ProjectStorageBackendTest.php @@ -20,6 +20,7 @@ public function supportedNonDefaultBackends(): array } /** + * @group skipOnGcp * @dataProvider supportedNonDefaultBackends * @param string $backendName */ diff --git a/tests/ProjectsTest.php b/tests/ProjectsTest.php index 117b3829..09d39c8c 100644 --- a/tests/ProjectsTest.php +++ b/tests/ProjectsTest.php @@ -46,6 +46,7 @@ public function unsupportedBackendFileStorageCombinations(): array } /** + * @group skipOnGcp * @dataProvider unsupportedBackendFileStorageCombinations */ public function testUnsupportedFileStorageForBackend(