From d6e6c7dd94dcffb516ad22657a5cfbee8292fdb1 Mon Sep 17 00:00:00 2001 From: Magnus Melin Date: Fri, 10 Jan 2020 12:40:34 +0000 Subject: [PATCH] Bug 1607866 - disable netwerk/test/unit/test_trr.js for Thunderbird until bug 1608066 is resolved. r=valentin Differential Revision: https://phabricator.services.mozilla.com/D59479 --HG-- extra : moz-landing-system : lando --- netwerk/test/unit/xpcshell.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netwerk/test/unit/xpcshell.ini b/netwerk/test/unit/xpcshell.ini index 99ad39ef6f04..6de84bb2deae 100644 --- a/netwerk/test/unit/xpcshell.ini +++ b/netwerk/test/unit/xpcshell.ini @@ -419,7 +419,8 @@ skip-if = os == "android" run-sequentially = node server exceptions dont replay well [test_trr.js] # http2-using tests require node available -skip-if = os == "android" +# test_trr.js is not working in Thunderbird due to bug 1608066. +skip-if = os == "android" || appname == "thunderbird" [test_ioservice.js] [test_substituting_protocol_handler.js] [test_proxyconnect.js]