Skip to content

Commit

Permalink
Fix AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
tbastos committed Jan 22, 2016
1 parent ad1175d commit 06a3e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matrix:
fast_finish: false
fast_finish: true

# Test with the latest two releases of MSVC
configuration:
Expand Down
3 changes: 2 additions & 1 deletion tests/test-dns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ return require('lib/tap')(function (test)
end)))
end)

if _G.isWindows then
-- FIXME: this test always fails on AppVeyor for some reason
if _G.isWindows and not os.getenv'APPVEYOR' 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 06a3e2d

Please sign in to comment.