Skip to content

Commit

Permalink
skip unsupported groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkasemmler committed Jan 25, 2024
1 parent dc6a72c commit a38af7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ProjectStorageBackendTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function supportedNonDefaultBackends(): array
}

/**
* @group skipOnGcp
* @dataProvider supportedNonDefaultBackends
* @param string $backendName
*/
Expand Down
1 change: 1 addition & 0 deletions tests/ProjectsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public function unsupportedBackendFileStorageCombinations(): array
}

/**
* @group skipOnGcp
* @dataProvider unsupportedBackendFileStorageCombinations
*/
public function testUnsupportedFileStorageForBackend(
Expand Down

0 comments on commit a38af7f

Please sign in to comment.