tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 6893699abb0aa8c1e15a7b4a9ae001cc248ad801
parent bca8c95c843822d35d03e24efd2f6bfd4d333e42
Author: Alexandru Marc <amarc@mozilla.com>
Date:   Wed, 17 Dec 2025 15:11:19 +0200

Bug 1998143 - Disable browser_pageinfo_image_info.js on all platforms for causing frequent failures a=test-only DONTBUILD

Diffstat:
Mbrowser/base/content/test/pageinfo/browser.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/browser/base/content/test/pageinfo/browser.toml b/browser/base/content/test/pageinfo/browser.toml @@ -4,6 +4,9 @@ support-files = ["iframes.html"] ["browser_pageinfo_image_info.js"] +skip-if = [ + "true", # Bug 1998143, 1997129, 1161699 +] ["browser_pageinfo_images.js"] support-files = ["all_images.html"]