Skip to content

Commit

Permalink
TESTING: handoff() tests should disable NO_PURGE (#2568)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli authored Sep 26, 2023
1 parent 08afef7 commit 69bf714
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/diff2/handsoff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ D("f.com", "none",
A("foo3", "3.3.3.3", ENSURE_ABSENT_REC()),
{})
`
handsoffHelper(t, existingZone, desiredJs, true, `
handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED:
FOREIGN:
`)
Expand All @@ -184,7 +184,7 @@ D("f.com", "none",
IGNORE_NAME("foo3"),
{})
`
handsoffHelper(t, existingZone, desiredJs, true, `
handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED:
foo3 A 3.3.3.3
foo3 MX 10 mymx.example.com.
Expand All @@ -207,7 +207,7 @@ D("f.com", "none",
IGNORE_NAME("foo3", "MX"),
{})
`
handsoffHelper(t, existingZone, desiredJs, true, `
handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED:
foo3 MX 10 mymx.example.com.
FOREIGN:
Expand All @@ -228,7 +228,7 @@ D("f.com", "none",
IGNORE_TARGET('**.acm-validations.aws.', 'CNAME'),
{})
`
handsoffHelper(t, existingZone, desiredJs, true, `
handsoffHelper(t, existingZone, desiredJs, false, `
IGNORED:
_2222222222222222.cr CNAME _333333.nnn.acm-validations.aws.
FOREIGN:
Expand Down

0 comments on commit 69bf714

Please sign in to comment.