From a0ad2ff0af39303c79db248aa11d73008c4791d9 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Wed, 24 Jan 2018 15:09:57 +0100 Subject: [PATCH] plugin/etcd: Remove unnecessary test cases (#1421) These test cases became invalid with the fix of message truncation and don't validate anything. --- plugin/etcd/other_test.go | 10 ---------- 1 file changed, 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,