From d6c148f04cbafaa2d4e15dba20c55fb926c296a5 Mon Sep 17 00:00:00 2001 From: tjuhasz Date: Wed, 24 Sep 2025 09:22:50 +0200 Subject: [PATCH] Unit-tests adjustment - disable internet/test-dgram-membership Disable basic UDP multicast tests as it fails during build on konflux, most likely an issue with lack of right to mess with interfaces - this test has been disabled in the upstream repo which runs in CI and gatting for the same reason. Original author: vdoubkov Adjusted by: tjuhasz --- test-should-pass.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test-should-pass.txt b/test-should-pass.txt index 52d1728..a638dc5 100644 --- a/test-should-pass.txt +++ b/test-should-pass.txt @@ -319,7 +319,11 @@ fixtures/utf8-shebang-bom.js fixtures/warnings.js fixtures/worker-preload.js internet/test-dgram-connect.js -internet/test-dgram-membership.js +# Disabled on 04.12.2025 +# As it failed on Konflux +# Basic UDP multicast test +# has issues with adjusting interfaces in certain environments +# internet/test-dgram-membership.js internet/test-dns-cares-domains.js internet/test-dns-regress-6244.js internet/test-dns-setserver-in-callback-of-resolve4.js