From 77a9bce740d9b9793fe9ebacac12613cbbe50b71 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 12 Jun 2016 08:28:30 +0100 Subject: [PATCH] middleware/etcd: remove test case Sigh. Really remove the long txt test case. --- middleware/etcd/other_test.go | 6 ------ 1 file changed, 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,