commit e09440858244cc2daf1d6888442b0d8230bb5da8
parent 8525fcc2ff099ade8e215b298a7148020ed9c6d8
Author: Nico Grunbaum <na-g@nostrum.com>
Date: Tue, 14 Oct 2025 19:20:51 +0000
Bug 1993149 - enable JsepTrack.SimulcastRejected on all platforms r=dbaker
Differential Revision: https://phabricator.services.mozilla.com/D268457
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/media/webrtc/signaling/gtest/jsep_track_unittest.cpp b/media/webrtc/signaling/gtest/jsep_track_unittest.cpp
@@ -1300,7 +1300,6 @@ 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;
@@ -1311,7 +1310,6 @@ TEST_F(JsepTrackTest, SimulcastRejected) {
CheckOffEncodingCount(1);
CheckAnsEncodingCount(1);
}
-#endif
TEST_F(JsepTrackTest, SimulcastPrevented) {
Init(SdpMediaSection::kVideo);