Skip to content

Commit 8272e6b

Browse files
committed
Revert "chore(test): Skip zone lockdown tests"
This reverts commit bfe7436. The issue was indeed a bad default. Fix landed in 072f9f7
1 parent 8b41fda commit 8272e6b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/services/zone_lockdown/resource_test.go

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

1313
func TestAccCloudflareZoneLockdown(t *testing.T) {
14-
t.Skip(`FIXME: Step 1/1 error: After applying this test step, the refresh plan was not empty.`)
1514
zoneName := os.Getenv("CLOUDFLARE_DOMAIN")
1615
zoneID := os.Getenv("CLOUDFLARE_ZONE_ID")
1716
rnd := utils.GenerateRandomResourceName()
@@ -35,7 +34,6 @@ func TestAccCloudflareZoneLockdown(t *testing.T) {
3534

3635
// test creating a config with only the required fields.
3736
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.`)
3937
zoneName := os.Getenv("CLOUDFLARE_DOMAIN")
4038
zoneID := os.Getenv("CLOUDFLARE_ZONE_ID")
4139
rnd := utils.GenerateRandomResourceName()
@@ -58,7 +56,6 @@ func TestAccCloudflareZoneLockdown_OnlyRequired(t *testing.T) {
5856
}
5957

6058
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.`)
6259
zoneName := os.Getenv("CLOUDFLARE_DOMAIN")
6360
zoneID := os.Getenv("CLOUDFLARE_ZONE_ID")
6461
rnd := utils.GenerateRandomResourceName()

0 commit comments

Comments
 (0)