@@ -684,6 +684,7 @@ func TestAccCloudflareRuleset_WAFManagedRulesetWithPayloadLogging(t *testing.T)
684
684
}
685
685
686
686
func TestAccCloudflareRuleset_RateLimit (t * testing.T ) {
687
+ t .Skip (`'zone' is not a valid value for kind because exceeded maximum number of zone rulesets for phase http_ratelimit` )
687
688
// Temporarily unset CLOUDFLARE_API_TOKEN if it is set as the WAF
688
689
// service does not yet support the API tokens and it results in
689
690
// misleading state error messages.
@@ -734,6 +735,7 @@ func TestAccCloudflareRuleset_RateLimit(t *testing.T) {
734
735
}
735
736
736
737
func TestAccCloudflareRuleset_RateLimitScorePerPeriod (t * testing.T ) {
738
+ t .Skip (`'zone' is not a valid value for kind because exceeded maximum number of zone rulesets for phase http_ratelimit` )
737
739
// Temporarily unset CLOUDFLARE_API_TOKEN if it is set as the WAF
738
740
// service does not yet support the API tokens and it results in
739
741
// misleading state error messages.
@@ -1982,6 +1984,7 @@ func TestAccCloudflareRuleset_Redirect(t *testing.T) {
1982
1984
}
1983
1985
1984
1986
func TestAccCloudflareRuleset_DynamicRedirect (t * testing.T ) {
1987
+ t .Skip (`'zone' is not a valid value for kind because exceeded maximum number of zone rulesets for phase http_ratelimit` )
1985
1988
rnd := utils .GenerateRandomResourceName ()
1986
1989
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
1987
1990
resourceName := "cloudflare_ruleset." + rnd
@@ -2011,6 +2014,7 @@ func TestAccCloudflareRuleset_DynamicRedirect(t *testing.T) {
2011
2014
}
2012
2015
2013
2016
func TestAccCloudflareRuleset_DynamicRedirectWithoutPreservingQueryString (t * testing.T ) {
2017
+ t .Skip (`'zone' is not a valid value for kind because exceeded maximum number of zone rulesets for phase http_ratelimit` )
2014
2018
rnd := utils .GenerateRandomResourceName ()
2015
2019
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
2016
2020
resourceName := "cloudflare_ruleset." + rnd
0 commit comments