Commit 77a9bce7 authored by Miek Gieben's avatar Miek Gieben

middleware/etcd: remove test case

Sigh. Really remove the long txt test case.
parent 618aff89
......@@ -157,12 +157,6 @@ var dnsTestCasesOther = []test.Case{
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
{
Qname: "multiport.http.skydns.test.", Qtype: dns.TypeA,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment