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:
parent
697e2b4bda
commit
a0ad2ff0af
1 changed files with 0 additions and 10 deletions
|
@ -128,16 +128,6 @@ var dnsTestCasesOther = []test.Case{
|
||||||
test.TXT(fmt.Sprintf("large400.skydns.test. 300 IN TXT \"%s\"", strings.Repeat("0", 400))),
|
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
|
// Duplicate IP address test
|
||||||
{
|
{
|
||||||
Qname: "multiport.http.skydns.test.", Qtype: dns.TypeA,
|
Qname: "multiport.http.skydns.test.", Qtype: dns.TypeA,
|
||||||
|
|
Loading…
Add table
Reference in a new issue