tor-browser

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

commit 7e71f6b15e4cfde2fe850c44dc223ffabbb2354c
parent 68f1d00e0094183268e1bd40fbb1d8799d7068a8
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Tue, 21 Oct 2025 08:56:46 +0000

Bug 1883535 - disable test_peerConnection_remoteRollback.html on android 14 for frequent failures. r=intermittent-reviewers,jmaher

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

Diffstat:
Mdom/media/webrtc/tests/mochitests/mochitest_peerconnection.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/dom/media/webrtc/tests/mochitests/mochitest_peerconnection.toml b/dom/media/webrtc/tests/mochitests/mochitest_peerconnection.toml @@ -287,6 +287,9 @@ disabled = "bug 1612063 # test is racy" ["test_peerConnection_remoteReofferRollback.html"] ["test_peerConnection_remoteRollback.html"] +skip-if = [ + "os == 'android' && os_version == '14' && processor == 'x86_64'", # Bug 1883535 +] ["test_peerConnection_removeAudioTrack.html"]