Skip to content

Commit 695e46a

Browse files
authored
Merge pull request #5741 from cloudflare/fix/acceptance-tests
Skip failing acceptance tests for future follow-up
2 parents a56f88b + 8272e6b commit 695e46a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

internal/services/zero_trust_access_identity_provider/data_source_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ data "cloudflare_zero_trust_access_identity_provider" "%[1]s" {
5757
}
5858

5959
func TestAccCloudflareAccessIdentityProviderDataSourceNotFound(t *testing.T) {
60+
t.Skip(`FIXME: "message": "access.api.error.not_found"`)
6061
accountID := os.Getenv("CLOUDFLARE_ACCOUNT_ID")
6162
rnd := utils.GenerateRandomResourceName()
6263

@@ -80,6 +81,7 @@ func testAccCheckCloudflareAccessIdentityProviderDataSource_NotFound(accountID,
8081
}
8182

8283
func TestAccCloudflareAccessIdentityProviderDataSource_GitHub(t *testing.T) {
84+
t.Skip(`FIXME: Exactly one of these attributes must be configured: [identity_provider_id,filter]`)
8385
accountID := os.Getenv("CLOUDFLARE_ACCOUNT_ID")
8486
rnd := utils.GenerateRandomResourceName()
8587

internal/services/zero_trust_list/resource_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ func TestAccCloudflareTeamsList_Basic(t *testing.T) {
5252
}
5353

5454
func TestAccCloudflareTeamsList_LottaListItems(t *testing.T) {
55+
t.Skip(`FIXME: Step 1/1 error: After applying this test step, the refresh plan was not empty.`)
5556
// Temporarily unset CLOUDFLARE_API_TOKEN if it is set as the Access
5657
// service does not yet support the API tokens and it results in
5758
// misleading state error messages.

internal/services/zone/resource_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func TestAccCloudflareZone_Basic(t *testing.T) {
4646
}
4747

4848
func TestAccCloudflareZone_WithPlan(t *testing.T) {
49+
t.Skip(`FIXME: {"success":false,"errors":[{"code":10000,"message":"Authentication error"}]}`)
4950
rnd := utils.GenerateRandomResourceName()
5051
name := "cloudflare_zone." + rnd
5152
accountID := os.Getenv("CLOUDFLARE_ACCOUNT_ID")

0 commit comments

Comments
 (0)