tor-browser

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

commit 36bc89c79adec3c31a97a6c5a235fd57e94f397e
parent 501c13911e5e734a064f3677d02d6479526d94c4
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Mon, 27 Oct 2025 13:33:20 +0000

Bug 1775609 - disable browser_sessionStorage.js on linux and mac for frequent failures. r=intermittent-reviewers,aryx

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

Diffstat:
Mbrowser/components/sessionstore/test/browser.toml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/browser/components/sessionstore/test/browser.toml b/browser/components/sessionstore/test/browser.toml @@ -294,6 +294,11 @@ support-files = ["file_sessionHistory_hashchange.html"] ["browser_sessionStorage.js"] tags = "os_integration" +skip-if = [ + "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && opt", # Bug 1775609 + "os == 'mac' && os_version == '10.15' && processor == 'x86_64' && opt", # Bug 1775609 + "os == 'mac' && os_version == '15.30' &&& arch == 'aarch64' && opt", # Bug 1775609 +] ["browser_sessionStorage_size.js"]