mirror of https://github.com/golang/go.git
comment
This commit is contained in:
parent
ffae28ce17
commit
19c01c26d9
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue