From fed5f980bc8614e9bb4470bfba9fc5b56fb5eb69 Mon Sep 17 00:00:00 2001 From: Edwin Gao Date: Tue, 19 Mar 2019 01:12:28 +0000 Subject: [PATCH] Bug 1536211 - disable tests in netwerk/test/unit/ that requires http/2 server r=jmaher Disable the following tests, with 1536211 serving as the tracking bug: - test_header_Server_Timing.js (1530871) - test_trr.js (1532395) - test_esni_dns_fetch.js (1530752) Differential Revision: https://phabricator.services.mozilla.com/D23922 --HG-- extra : moz-landing-system : lando --- netwerk/test/unit/xpcshell.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netwerk/test/unit/xpcshell.ini b/netwerk/test/unit/xpcshell.ini index f2ef83d5cad2..d7cc25daa845 100644 --- a/netwerk/test/unit/xpcshell.ini +++ b/netwerk/test/unit/xpcshell.ini @@ -411,11 +411,11 @@ skip-if = (verify && (os == 'linux')) [test_bug1411316_http1.js] [test_header_Server_Timing.js] # Test requires http/2, and http/2 server doesn't run on android. -skip-if = os == "android" +skip-if = os == "android" || (os == "win" && processor == "aarch64") # bug 1536211 run-sequentially = node server exceptions dont replay well [test_trr.js] # http2-using tests require node available -skip-if = os == "android" +skip-if = os == "android" || (os == "win" && processor == "aarch64") # bug 1536211 [test_ioservice.js] [test_substituting_protocol_handler.js] [test_proxyconnect.js] @@ -424,7 +424,7 @@ skip-if = os == "android" # CP service is disabled on Android run-sequentially = node server exceptions dont replay well [test_esni_dns_fetch.js] # http2-using tests require node available -skip-if = os == "android" +skip-if = os == "android" || (os == "win" && processor == "aarch64") # bug 1536211 [test_network_connectivity_service.js] skip-if = os == "android" # DNSv6 issues on android [test_suspend_channel_on_authRetry.js]