Skip to content

Commit

Permalink
Merge pull request #746 from squeek502/dont-skip-ipv6
Browse files Browse the repository at this point in the history
test-dns: Don't skip 'Get only ipv6 tcp adresses for luvit.io' test
  • Loading branch information
squeek502 authored Jan 17, 2025
2 parents 1ca0af2 + 0a15e63 commit ebf334c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-dns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ return require('lib/tap')(function (test)
end)))
end)

-- FIXME: this test always fails on AppVeyor for some reason
if isWindows and not os.getenv'APPVEYOR' then
-- FIXME: this test always fails on Windows/AppVeyor with ENOENT for some reason
if not isWindows then
test("Get only ipv6 tcp adresses for luvit.io", function (print, p, expect, uv)
assert(uv.getaddrinfo("luvit.io", nil, {
socktype = "stream",
Expand Down

0 comments on commit ebf334c

Please sign in to comment.