We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9ac7e commit 85f5b78Copy full SHA for 85f5b78
internal/services/list_item/resource_test.go
@@ -12,6 +12,7 @@ import (
12
)
13
14
func TestAccCloudflareListItem_Basic(t *testing.T) {
15
+ t.Skip("FIXME: Step 1/1 error: Error running apply: exit status 1. Getting rate limited, causing flaky tests.")
16
rnd := utils.GenerateRandomResourceName()
17
name := fmt.Sprintf("cloudflare_list_item.%s", rnd)
18
accountID := os.Getenv("CLOUDFLARE_ACCOUNT_ID")
0 commit comments