File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
internal/services/zone_lockdown Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import (
11
11
)
12
12
13
13
func TestAccCloudflareZoneLockdown (t * testing.T ) {
14
- t .Skip (`FIXME: Step 1/1 error: After applying this test step, the refresh plan was not empty.` )
15
14
zoneName := os .Getenv ("CLOUDFLARE_DOMAIN" )
16
15
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
17
16
rnd := utils .GenerateRandomResourceName ()
@@ -35,7 +34,6 @@ func TestAccCloudflareZoneLockdown(t *testing.T) {
35
34
36
35
// test creating a config with only the required fields.
37
36
func TestAccCloudflareZoneLockdown_OnlyRequired (t * testing.T ) {
38
- t .Skip (`FIXME: Step 1/1 error: After applying this test step, the refresh plan was not empty.` )
39
37
zoneName := os .Getenv ("CLOUDFLARE_DOMAIN" )
40
38
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
41
39
rnd := utils .GenerateRandomResourceName ()
@@ -58,7 +56,6 @@ func TestAccCloudflareZoneLockdown_OnlyRequired(t *testing.T) {
58
56
}
59
57
60
58
func TestAccCloudflareZoneLockdown_Import (t * testing.T ) {
61
- t .Skip (`FIXME: Step 1/1 error: After applying this test step, the refresh plan was not empty.` )
62
59
zoneName := os .Getenv ("CLOUDFLARE_DOMAIN" )
63
60
zoneID := os .Getenv ("CLOUDFLARE_ZONE_ID" )
64
61
rnd := utils .GenerateRandomResourceName ()
You can’t perform that action at this time.
0 commit comments