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 {
62
62
}
63
63
64
64
func TestAccCloudflareAccessMutualTLSBasic (t * testing.T ) {
65
+ t .Skip (`FIXME: "DELETE, 409 Conflict, access.api.error.conflict: certificate has active associations"` )
65
66
// Temporarily unset CLOUDFLARE_API_TOKEN if it is set as the Access
66
67
// service does not yet support the API tokens and it results in
67
68
// misleading state error messages.
@@ -116,6 +117,7 @@ func TestAccCloudflareAccessMutualTLSBasic(t *testing.T) {
116
117
}
117
118
118
119
func TestAccCloudflareAccessMutualTLSBasicWithZoneID (t * testing.T ) {
120
+ t .Skip (`FIXME: "POST, 409 Conflict, access.api.error.conflict: certificate already exists"` )
119
121
// Temporarily unset CLOUDFLARE_API_TOKEN if it is set as the Access
120
122
// service does not yet support the API tokens and it results in
121
123
// misleading state error messages.
You can’t perform that action at this time.
0 commit comments