Skip to content

Commit 1bdc8fd

Browse files
committed
Remove flaky tests...
We need a better way of testing DNS utils.
1 parent fb1700b commit 1bdc8fd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

dnsutil_test.go

-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ func TestLookupNameserversOK(t *testing.T) {
2020
fqdn string
2121
nss []string
2222
}{
23-
{
24-
fqdn: "books.google.com.ng.",
25-
nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."},
26-
},
27-
{
28-
fqdn: "www.google.com.",
29-
nss: []string{"ns1.google.com.", "ns2.google.com.", "ns3.google.com.", "ns4.google.com."},
30-
},
3123
{
3224
fqdn: "physics.georgetown.edu.",
3325
nss: []string{"ns4.georgetown.edu.", "ns5.georgetown.edu.", "ns6.georgetown.edu."},

0 commit comments

Comments
 (0)