tor-browser

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

commit 4f6f4aea77ad31874de96af6d2e06f79a0ca088a
parent 60e99619c47267fe4cfaee646982a88ba13d577d
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Thu,  9 Oct 2025 03:28:44 +0000

Bug 1993149 - disable JsepTrackTest.SimulcastRejected on all platforms r=intermittent-reviewers,jmaher

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

Diffstat:
Mmedia/webrtc/signaling/gtest/jsep_track_unittest.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/media/webrtc/signaling/gtest/jsep_track_unittest.cpp b/media/webrtc/signaling/gtest/jsep_track_unittest.cpp @@ -1300,6 +1300,7 @@ TEST_F(JsepTrackTest, DataChannelDraft21AnswerWithDifferentPort) { ASSERT_EQ(std::string::npos, mAnswer->ToString().find("a=sctpmap")); } +#if 0 TEST_F(JsepTrackTest, SimulcastRejected) { Init(SdpMediaSection::kVideo); std::vector<std::string> rids; @@ -1310,6 +1311,7 @@ TEST_F(JsepTrackTest, SimulcastRejected) { CheckOffEncodingCount(1); CheckAnsEncodingCount(1); } +#endif TEST_F(JsepTrackTest, SimulcastPrevented) { Init(SdpMediaSection::kVideo);