diff options
author | 2018-01-24 15:09:57 +0100 | |
---|---|---|
committer | 2018-01-24 14:09:57 +0000 | |
commit | a0ad2ff0af39303c79db248aa11d73008c4791d9 (patch) | |
tree | 23a88437e31362fcac715514e6c13544254d8f0d | |
parent | 697e2b4bda6553f0dd66e7f0c48071948b66f4ba (diff) | |
download | coredns-a0ad2ff0af39303c79db248aa11d73008c4791d9.tar.gz coredns-a0ad2ff0af39303c79db248aa11d73008c4791d9.tar.zst coredns-a0ad2ff0af39303c79db248aa11d73008c4791d9.zip |
plugin/etcd: Remove unnecessary test cases (#1421)
These test cases became invalid with the fix of message truncation and
don't validate anything.
-rw-r--r-- | plugin/etcd/other_test.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugin/etcd/other_test.go b/plugin/etcd/other_test.go index c873d9412..a06a982c2 100644 --- a/plugin/etcd/other_test.go +++ b/plugin/etcd/other_test.go @@ -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, |