Skip to content

Commit

Permalink
Remove flaky tests...
Browse files Browse the repository at this point in the history
We need a better way of testing DNS utils.
  • Loading branch information
mholt committed Jul 10, 2023
1 parent fb1700b commit 1bdc8fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dnsutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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."},
Expand Down

0 comments on commit 1bdc8fd

Please sign in to comment.