commit 2c51f0a78c550f1d3436b903f167214bfaff2864
parent 839a872511acc29b949c47ea90be604456846bd7
Author: Cristina Horotan <chorotan@mozilla.com>
Date: Sun, 19 Oct 2025 00:28:15 +0000
Bug 1697626 - disable browser_ext_devtools_network.js on win and linux for frequent failures r=intermittent-reviewers,jmaher
Differential Revision: https://phabricator.services.mozilla.com/D269144
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/browser/components/extensions/test/browser/browser.toml b/browser/components/extensions/test/browser/browser.toml
@@ -214,6 +214,10 @@ tags = "bleedover"
["browser_ext_devtools_network.js"]
https_first_disabled = true
+skip-if = [
+ "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && opt", # Bug 1697626
+ "os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1697626
+]
["browser_ext_devtools_network_targetSwitch.js"]
https_first_disabled = true