tor-browser

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

commit 9d459bfd9bf7a334fc081bbcd9c1ccba2e326915
parent edbbc5865a1b5fb5048cd59ecc1d570280db5ad5
Author: Cosmin Sabou <csabou@mozilla.com>
Date:   Fri, 14 Nov 2025 14:32:42 +0000

Bug 1998143 - Disable browser_pageinfo_image_info.js on all platforms for frequent failures. r=tschuster DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D272642

Diffstat:
Mbrowser/base/content/test/pageinfo/browser.toml | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/browser/base/content/test/pageinfo/browser.toml b/browser/base/content/test/pageinfo/browser.toml @@ -4,10 +4,7 @@ support-files = ["iframes.html"] ["browser_pageinfo_image_info.js"] -skip-if = [ - "os == 'linux'", # bug 1161699 - "verify", # bug 1997129 -] +skip-if = ["true"] # bug 1998143, 1997129, 1161699 ["browser_pageinfo_images.js"] support-files = ["all_images.html"]