tor-browser

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

commit 15f394ab96184aee78ea866171d51aafe93bdb17
parent f0a3aabdfa6d9574427c7892a4fa5ab6f2f30d66
Author: Edgar Chen <echen@mozilla.com>
Date:   Mon, 20 Oct 2025 16:06:07 +0000

Bug 1993222 - Disable browser_EventUtils.js test on opt build; r=whimboo DONTBUILD

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

Diffstat:
Mtesting/mochitest/tests/browser/browser.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/testing/mochitest/tests/browser/browser.toml b/testing/mochitest/tests/browser/browser.toml @@ -7,6 +7,9 @@ support-files = [ ["browser_BrowserTestUtils.js"] ["browser_EventUtils.js"] +skip-if = [ + "opt", # Bug 1993222 +] ["browser_SpecialPowersForProcessSpawn.js"] support-files = ["../Harness_sanity/file_xorigin_frames.html"]