tor-browser

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

commit c2271ec0ede2fcb68ac7329fffc5833a341f85a9
parent ab3a78ebe70b74c7b4c188aac2b6b40df8ca4322
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Tue,  2 Dec 2025 21:27:45 +0000

Bug 2002468 - disable test_copy_profile.js on mac for causing frequent failures. r=intermittent-reviewers,jmaher

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

Diffstat:
Mbrowser/components/profiles/tests/unit/xpcshell.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/browser/components/profiles/tests/unit/xpcshell.toml b/browser/components/profiles/tests/unit/xpcshell.toml @@ -16,6 +16,9 @@ prefs = [ run-sequentially = ["os == 'mac'"] # frequent fail in parallel on Mac ["test_copy_profile.js"] +skip-if = [ + "os == 'mac' && os_version == '10.15' && arch == 'x86_64'", # Bug 2002468 +] ["test_create_profile.js"]