Skip to content

Commit 85f5b78

Browse files
committed
chore: skip flaky list item tests due to rate limit
1 parent ff9ac7e commit 85f5b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/list_item/resource_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
)
1313

1414
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.")
1516
rnd := utils.GenerateRandomResourceName()
1617
name := fmt.Sprintf("cloudflare_list_item.%s", rnd)
1718
accountID := os.Getenv("CLOUDFLARE_ACCOUNT_ID")

0 commit comments

Comments
 (0)