commit 08382f067af085ff0c3e7e597bb49df771b4e1ad parent 093fd1b8d1ef2ff5b46908bdf7c3d4013e7ae579 Author: Sandor Molnar <smolnar@mozilla.com> Date: Tue, 18 Nov 2025 11:57:33 +0000 Bug 1937254 - Disable test test_peerConnection_iceCandidateSelection.html on linux24.04 opt for frequent failures r=intermittent-reviewers,jmaher DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D273003 Diffstat:
| M | dom/media/webrtc/tests/mochitests/mochitest_peerconnection.toml | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dom/media/webrtc/tests/mochitests/mochitest_peerconnection.toml b/dom/media/webrtc/tests/mochitests/mochitest_peerconnection.toml @@ -239,7 +239,10 @@ scheme = "http" ["test_peerConnection_glean.html"] ["test_peerConnection_iceCandidateSelection.html"] -skip-if = ["os == 'android'"] # websockets don't work on android (bug 1266217) +skip-if = [ + "os == 'android'", # websockets don't work on android (bug 1266217) + "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && opt && socketprocess_e10s", # Bug 1937254 + ] scheme = "http" ["test_peerConnection_iceFailure.html"]