commit 4394dcf04a1a79f0e92d93444ef79e897f1bb72e
parent c2c74067f0488ba9da72bbb84cb28ae8dd951669
Author: Cosmin Sabou <csabou@mozilla.com>
Date: Thu, 23 Oct 2025 11:58:57 +0000
Bug 1994652 - Disable browser_devices_get_user_media_unprompted_access_in_frame.js on macOS 15.30 for perma failures. r=intermittent-reviewers,aryx DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D269744
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/browser/base/content/test/webrtc/browser.toml b/browser/base/content/test/webrtc/browser.toml
@@ -141,6 +141,9 @@ https_first_disabled = true
["browser_devices_get_user_media_unprompted_access_in_frame.js"]
https_first_disabled = true
+skip-if = [
+ "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1994652
+]
["browser_devices_get_user_media_unprompted_access_queue_request.js"]
https_first_disabled = true