Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
20 lines
640 B
Diff
20 lines
640 B
Diff
diff --git a/tests/test-udp.lua b/tests/test-udp.lua
|
|
index bd0f46d..e4542b4 100644
|
|
--- a/tests/test-udp.lua
|
|
+++ b/tests/test-udp.lua
|
|
@@ -280,14 +280,6 @@ return require('lib/tap')(function (test)
|
|
-- same check for skipping the ipv6 test; we just expanded it to
|
|
-- the ipv4 test as well.
|
|
local function has_external_interface(uv, family)
|
|
- local addresses = assert(uv.interface_addresses())
|
|
- for _, vals in pairs(addresses) do
|
|
- for _, info in ipairs(vals) do
|
|
- if (not family or info.family == family) and not info.internal then
|
|
- return true
|
|
- end
|
|
- end
|
|
- end
|
|
return false
|
|
end
|
|
|