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:
Yusuke Tsutsumi 2022-11-26 05:49:36 +00:00 committed by Yusuke Tsutsumi
parent 32e7eea25f
commit 18900797c5
4 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -1,2 +1,4 @@
cloud/gcp
# unsupported as testing this resource requires
# a missing resource (compute_regional_ssl_cert)
unsupported

View file

@ -1,2 +1,4 @@
cloud/gcp
# unsupported as CI test project does not support
# creating folders / projects to test.
unsupported

View file

@ -1,2 +1,4 @@
cloud/gcp
# unsupported as gcp_sql_ssl_cert_info resource
# does not exist.
unsupported