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:

committed by
Commit Bot

parent
ea9249ed15
commit
c5d121e142
@ -393,7 +393,8 @@ TEST_F(RtpRtcpEndToEndTest,
|
|||||||
TestRtpStatePreservation(true, true);
|
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 {
|
class RtpSequenceObserver : public test::RtpRtcpObserver {
|
||||||
public:
|
public:
|
||||||
RtpSequenceObserver()
|
RtpSequenceObserver()
|
||||||
|
Reference in New Issue
Block a user