update skip message

This commit is contained in:
Mateusz Poliwczak 2023-03-30 09:11:40 +02:00
parent 3e3c2efc74
commit b4891e2add
1 changed files with 1 additions and 1 deletions

View File

@ -1402,7 +1402,7 @@ func TestDNSTimeout(t *testing.T) {
func TestLookupNoData(t *testing.T) {
if runtime.GOOS == "plan9" {
t.Skip("not supported yet")
t.Skip("not supported on plan9")
}
mustHaveExternalNetwork(t)