Skip to content

Commit

Permalink
TEST: Remove duplicate TXT backslash tests
Browse files Browse the repository at this point in the history
These testcases are already in the "TXT backslashes" testgroup.
  • Loading branch information
tomfitzhenry committed Dec 30, 2024
1 parent 73566ee commit 90929fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions integrationTest/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1263,12 +1263,6 @@ func makeTests() []*TestGroup {
// Vultr syntax-checks TXT records with SPF contents.
tc("Create a TXT/SPF", txt("foo", "v=spf1 ip4:99.99.99.99 -all")),

// Nobody needs this and many APIs don't allow it.
tc("TXT with 1 backslash", txt("fooosbs1", `1back\slash`)),
tc("TXT with 2 backslash", txt("fooosbs2", `2back\\slash`)),
tc("TXT with 3 backslash", txt("fooosbs3", `3back\\\slash`)),
tc("TXT with 4 backslash", txt("fooosbs4", `4back\\\\slash`)),

// Nobody needs this and many APIs don't allow it.
//tc("Create TXT with frequently difficult characters", txt("fooex", `!^.*$@#%^&()([][{}{<></:;-_=+\`)),
),
Expand Down

0 comments on commit 90929fe

Please sign in to comment.