From 1bdc8fd84104404c36f6076fffc782e2174c7907 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Sun, 9 Jul 2023 21:53:48 -0600 Subject: [PATCH] Remove flaky tests... We need a better way of testing DNS utils. --- dnsutil_test.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dnsutil_test.go b/dnsutil_test.go index f485fc72..4890d23a 100644 --- a/dnsutil_test.go +++ b/dnsutil_test.go @@ -20,14 +20,6 @@ func TestLookupNameserversOK(t *testing.T) { fqdn string nss []string }{ - { - fqdn: "books.google.com.ng.", - nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."}, - }, - { - fqdn: "www.google.com.", - nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."}, - }, { fqdn: "physics.georgetown.edu.", nss: []string{"ns4.georgetown.edu.", "ns5.georgetown.edu.", "ns6.georgetown.edu."},