Skip to content

Commit

Permalink
netlib: fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Sep 4, 2024
1 parent d4be938 commit 7ace18f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlib/net_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ func TestLookupIPV4V6(t *testing.T) {
}
}
func TestLookupTXT(t *testing.T) {
if os.Getenv("SKIP_DNS") != "" {
t.Skip("Skipping DNS testing in CI environment")
if os.Getenv("SKIP_NET_DNS") != "" {
t.Skip("Skipping NET_DNS testing")
}

// use DNS from Docker
Expand Down

0 comments on commit 7ace18f

Please sign in to comment.