File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
internal/services/zero_trust_access_mtls_certificate Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ func testSweepCloudflareAccessMutualTLSCertificate(r string) error {
6262}
6363
6464func TestAccCloudflareAccessMutualTLSBasic (t * testing.T ) {
65+ t .Skip (`FIXME: "DELETE, 409 Conflict, access.api.error.conflict: certificate has active associations"` )
6566 // Temporarily unset CLOUDFLARE_API_TOKEN if it is set as the Access
6667 // service does not yet support the API tokens and it results in
6768 // misleading state error messages.
@@ -116,6 +117,7 @@ func TestAccCloudflareAccessMutualTLSBasic(t *testing.T) {
116117}
117118
118119func TestAccCloudflareAccessMutualTLSBasicWithZoneID (t * testing.T ) {
120+ t .Skip (`FIXME: "POST, 409 Conflict, access.api.error.conflict: certificate already exists"` )
119121 // Temporarily unset CLOUDFLARE_API_TOKEN if it is set as the Access
120122 // service does not yet support the API tokens and it results in
121123 // misleading state error messages.
You can’t perform that action at this time.
0 commit comments