@@ -684,7 +684,6 @@ 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` )
688
687
// Temporarily unset CLOUDFLARE_API_TOKEN if it is set as the WAF
689
688
// service does not yet support the API tokens and it results in
690
689
// misleading state error messages.
@@ -735,7 +734,6 @@ func TestAccCloudflareRuleset_RateLimit(t *testing.T) {
735
734
}
736
735
737
736
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` )
739
737
// Temporarily unset CLOUDFLARE_API_TOKEN if it is set as the WAF
740
738
// service does not yet support the API tokens and it results in
741
739
// misleading state error messages.
@@ -1984,7 +1982,6 @@ func TestAccCloudflareRuleset_Redirect(t *testing.T) {
1984
1982
}
1985
1983
1986
1984
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` )
1988
1985
rnd := utils .GenerateRandomResourceName ()
1989
1986
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
1990
1987
resourceName := "cloudflare_ruleset." + rnd
@@ -2014,7 +2011,6 @@ func TestAccCloudflareRuleset_DynamicRedirect(t *testing.T) {
2014
2011
}
2015
2012
2016
2013
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` )
2018
2014
rnd := utils .GenerateRandomResourceName ()
2019
2015
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
2020
2016
resourceName := "cloudflare_ruleset." + rnd
0 commit comments