From 19c01c26d9248d164d7a4f5f48a40eed545ff26b Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Wed, 16 Nov 2022 12:03:18 +0100 Subject: [PATCH] comment --- src/net/dnsclient_unix_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net/dnsclient_unix_test.go b/src/net/dnsclient_unix_test.go index 73d8f39776..093c6b483f 100644 --- a/src/net/dnsclient_unix_test.go +++ b/src/net/dnsclient_unix_test.go @@ -2551,6 +2551,7 @@ func TestLookupOrderFilesNoSuchHost(t *testing.T) { order, _ := systemConf().hostLookupOrder(DefaultResolver, testName) if order != hostLookupFiles { + // skip test for systems which do not return hostLookupFiles t.Skipf("hostLookupOrder did not return hostLookupFiles") }