Skip to content

Commit b5a6ba3

Browse files
committed
chore(test): Skip TestAccCloudflareAPIShieldBasic
Account needs to be entitled. Unclear what that entitlement is.
1 parent b64be20 commit b5a6ba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/api_shield/resource_test.go

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

1313
func TestAccCloudflareAPIShieldBasic(t *testing.T) {
14+
t.Skip(`FIXME: "errors":[{"code":10403,"message":"You are not entitled for this service"}]`)
1415
// Temporarily unset CLOUDFLARE_API_TOKEN if it is set as the API token
1516
// endpoint does not yet support the API tokens without an explicit scope.
1617
if os.Getenv("CLOUDFLARE_API_TOKEN") != "" {

0 commit comments

Comments
 (0)