Skip to content

Commit e68f153

Browse files
musa-cfstainless-app[bot]
authored andcommitted
Skip flaky tests for 'zero_trust_access_mtls_certificate
1 parent fd286e4 commit e68f153

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/services/zero_trust_access_mtls_certificate/resource_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ func testSweepCloudflareAccessMutualTLSCertificate(r string) error {
6262
}
6363

6464
func 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

118119
func 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.

0 commit comments

Comments
 (0)