mirror of
https://github.com/coredns/coredns.git
synced 2025-12-08 11:25:14 -05:00
middleware/etcd: remove test case
Sigh. Really remove the long txt test case.
This commit is contained in:
@@ -157,12 +157,6 @@ var dnsTestCasesOther = []test.Case{
|
|||||||
test.TXT(fmt.Sprintf("large2000.skydns.test. 300 IN TXT \"%s\"", strings.Repeat("0", 2000))),
|
test.TXT(fmt.Sprintf("large2000.skydns.test. 300 IN TXT \"%s\"", strings.Repeat("0", 2000))),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Qname: "large10000.skydns.test.", Qtype: dns.TypeTXT,
|
|
||||||
Answer: []dns.RR{
|
|
||||||
test.TXT(fmt.Sprintf("large10000.skydns.test. 300 IN TXT \"%s\"", strings.Repeat("0", 10000))),
|
|
||||||
},
|
|
||||||
},
|
|
||||||
// Duplicate IP address test
|
// Duplicate IP address test
|
||||||
{
|
{
|
||||||
Qname: "multiport.http.skydns.test.", Qtype: dns.TypeA,
|
Qname: "multiport.http.skydns.test.", Qtype: dns.TypeA,
|
||||||
|
|||||||
Reference in New Issue
Block a user