mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
plugin/etcd: Remove unnecessary test cases (#1421)
These test cases became invalid with the fix of message truncation and don't validate anything.
This commit is contained in:
committed by
Miek Gieben
parent
697e2b4bda
commit
a0ad2ff0af
@@ -128,16 +128,6 @@ var dnsTestCasesOther = []test.Case{
|
||||
test.TXT(fmt.Sprintf("large400.skydns.test. 300 IN TXT \"%s\"", strings.Repeat("0", 400))),
|
||||
},
|
||||
},
|
||||
// Large txt greater than 512 (UDP)
|
||||
{
|
||||
Qname: "large600.skydns.test.", Qtype: dns.TypeTXT,
|
||||
Answer: []dns.RR{},
|
||||
},
|
||||
// Large txt greater than 1500 (typical Ethernet)
|
||||
{
|
||||
Qname: "large2000.skydns.test.", Qtype: dns.TypeTXT,
|
||||
Answer: []dns.RR{},
|
||||
},
|
||||
// Duplicate IP address test
|
||||
{
|
||||
Qname: "multiport.http.skydns.test.", Qtype: dns.TypeA,
|
||||
|
||||
Reference in New Issue
Block a user