Disable flaky TestFlexfecRtpStatePreservation

Bug: webrtc:9648
Change-Id: I388ea9c176ccdeeb47e15851b311dab20c5c9298
TBR: sprang@webrtc.org
Reviewed-on: https://webrtc-review.googlesource.com/95240
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24377}
This commit is contained in:
Emircan Uysaler
2018-08-21 11:37:58 -07:00
committed by Commit Bot
parent ea9249ed15
commit c5d121e142

View File

@ -393,7 +393,8 @@ TEST_F(RtpRtcpEndToEndTest,
TestRtpStatePreservation(true, true);
}
TEST_F(RtpRtcpEndToEndTest, TestFlexfecRtpStatePreservation) {
// See https://bugs.chromium.org/p/webrtc/issues/detail?id=9648.
TEST_F(RtpRtcpEndToEndTest, DISABLED_TestFlexfecRtpStatePreservation) {
class RtpSequenceObserver : public test::RtpRtcpObserver {
public:
RtpSequenceObserver()