mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
tests: documenting unsupported cases
Some test cases are unsupported due to environmental or blocking code restrictions (e.g. unimplemented dependent resources). As these will likely not be fixed before the first release certified for Ansible 2.11 and beyond, documenting them instead.
This commit is contained in:
parent
32e7eea25f
commit
18900797c5
4 changed files with 9 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
cloud/gcp
|
||||
# this test cannot run in CI, as the minimum
|
||||
# node group size is beyond the compute quota
|
||||
# limit of a default project.
|
||||
unsupported
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
cloud/gcp
|
||||
# unsupported as testing this resource requires
|
||||
# a missing resource (compute_regional_ssl_cert)
|
||||
unsupported
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
cloud/gcp
|
||||
# unsupported as CI test project does not support
|
||||
# creating folders / projects to test.
|
||||
unsupported
|
|
@ -1,2 +1,4 @@
|
|||
cloud/gcp
|
||||
# unsupported as gcp_sql_ssl_cert_info resource
|
||||
# does not exist.
|
||||
unsupported
|
||||
|
|
Loading…
Add table
Reference in a new issue