commit 060da280e4ff3b730d88c8c20079273754eca6df
parent df13c8ab3392f013644dde2aa474bc0bf1351873
Author: Valentin Gosu <valentin.gosu@gmail.com>
Date: Tue, 21 Oct 2025 17:39:25 +0000
Bug 1994165 - Disable test_ext_proxy_http3.js to avoid frequent intermittent failures r=extension-reviewers,robwu
Differential Revision: https://phabricator.services.mozilla.com/D269219
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolkit/components/extensions/test/xpcshell/xpcshell-remote.toml b/toolkit/components/extensions/test/xpcshell/xpcshell-remote.toml
@@ -40,7 +40,7 @@ skip-if = ["os == 'android' && processor == 'x86_64'"]
support-files = ["!/netwerk/test/unit/proxy-ca.pem", "!/netwerk/test/unit/http2-ca.pem"]
skip-if = [
"msix", # H3 server not working on msix
- "os == 'android' && !fission",
+ "os == 'android'", # bug 1992996
]
["test_extension_process_alive.js"]