tor-browser

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

commit 467a41404f833e49d1d74439d8848c9798b7c085
parent a471407e1b2b7fc54df9dacbe9f41d992b6037b4
Author: Serban Stanca <sstanca@mozilla.com>
Date:   Thu, 16 Oct 2025 04:08:39 +0000

Bug 1989731 - disable browser_devices_get_user_media_in_frame.js on macOS 15.30 for frequent failures. r=intermittent-reviewers,jmaher DONTBUILD

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

Diffstat:
Mbrowser/base/content/test/webrtc/browser.toml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/browser/base/content/test/webrtc/browser.toml b/browser/base/content/test/webrtc/browser.toml @@ -57,7 +57,10 @@ https_first_disabled = true ["browser_devices_get_user_media_in_frame.js"] https_first_disabled = true -skip-if = ["debug"] # bug 1369731 +skip-if = [ + "debug", # bug 1369731 + "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1989731 +] ["browser_devices_get_user_media_in_xorigin_frame.js"] https_first_disabled = true