diff options
author | 2016-06-12 08:28:30 +0100 | |
---|---|---|
committer | 2016-06-12 08:28:30 +0100 | |
commit | 77a9bce740d9b9793fe9ebacac12613cbbe50b71 (patch) | |
tree | 5bb9a4141b6a4b50faa83a9c017b8e7bd25497be | |
parent | 618aff89b4cbd50a50b35053c8492adc8cebf8e9 (diff) | |
download | coredns-77a9bce740d9b9793fe9ebacac12613cbbe50b71.tar.gz coredns-77a9bce740d9b9793fe9ebacac12613cbbe50b71.tar.zst coredns-77a9bce740d9b9793fe9ebacac12613cbbe50b71.zip |
middleware/etcd: remove test case
Sigh. Really remove the long txt test case.
-rw-r--r-- | middleware/etcd/other_test.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/middleware/etcd/other_test.go b/middleware/etcd/other_test.go index 0ed658c44..34971c6f1 100644 --- a/middleware/etcd/other_test.go +++ b/middleware/etcd/other_test.go @@ -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, |