aboutsummaryrefslogtreecommitdiff
path: root/plugin/etcd/other_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/etcd/other_test.go')
-rw-r--r--plugin/etcd/other_test.go10
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,