Skip to content

Commit 8f9501e

Browse files
authored
Merge pull request #5739 from cloudflare/fix/magic-tests
Skip, don't Fail magic tests when we don't have the right environment
2 parents 48ec9ae + c8c505b commit 8f9501e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/utils/magic_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func LookupMagicWanCfIP(t *testing.T, accountID string) string {
6464
case "f037e56e89293a057740de681ac9abbe":
6565
cfIP = "162.159.73.109"
6666
default:
67-
t.Fatalf("need to specify an anycast IP for account %s", accountID)
67+
t.Skipf("need to specify an anycast IP for account %s", accountID)
6868
}
6969
return cfIP
7070
}

0 commit comments

Comments
 (0)