From 949b3b04d8ac26f37283d349efa362eb0a1ea71b Mon Sep 17 00:00:00 2001 From: Andreea Pavel Date: Tue, 8 Feb 2022 11:53:54 +0000 Subject: [PATCH] Bug 1742311 - disable test_udp_multicast.js on win10_2004 r=necko-reviewers,valentin DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D138127 --- netwerk/test/unit/xpcshell.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netwerk/test/unit/xpcshell.ini b/netwerk/test/unit/xpcshell.ini index 7e697ef44ddb..853d54db8cbc 100644 --- a/netwerk/test/unit/xpcshell.ini +++ b/netwerk/test/unit/xpcshell.ini @@ -345,6 +345,8 @@ skip-if = os != "win" [test_trr_ttl.js] [test_synthesized_response.js] [test_udp_multicast.js] +skip-if = + win10_2004 # Bug 1742311 [test_redirect_history.js] [test_reply_without_content_type.js] [test_websocket_offline.js]