Hotfix for psnr regresion with fec tests caused by timing frames.

BUG=chromium:735001,webrtc:7594

Review-Url: https://codereview.webrtc.org/2946893002
Cr-Commit-Position: refs/heads/master@{#18681}
This commit is contained in:
ilnik
2017-06-20 08:52:27 -07:00
committed by Commit Bot
parent 0bc0ccdc43
commit 2b3e061443
2 changed files with 13 additions and 5 deletions

View File

@ -463,7 +463,9 @@ TEST_P(RtpSenderTest, SendsPacketsWithTransportSequenceNumber) {
EXPECT_EQ(transport_.last_packet_id_, transport_seq_no);
}
TEST_P(RtpSenderTestWithoutPacer, WritesTimestampToTimingExtension) {
// Disabled due to webrtc:7859. Until issues with FEC resolved, pacer exit
// timstamp is not updated in the pacer.
TEST_P(RtpSenderTestWithoutPacer, DISABLED_WritesTimestampToTimingExtension) {
rtp_sender_->SetStorePacketsStatus(true, 10);
EXPECT_EQ(0, rtp_sender_->RegisterRtpHeaderExtension(
kRtpExtensionVideoTiming, kVideoTimingExtensionId));