Disabling flaky CanReceiveFec.
CanReceiveFec is flaky, likely to the test expecting the first FEC packet to always be decoded and rendered. R=stefan@webrtc.org BUG=3269 Review URL: https://webrtc-codereview.appspot.com/19379004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5992 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
69e9950469
commit
f043f79711
@ -435,7 +435,8 @@ TEST_F(CallTest, ReceivesAndRetransmitsNack) {
|
|||||||
DestroyStreams();
|
DestroyStreams();
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(CallTest, CanReceiveFec) {
|
// TODO(pbos): Flaky, webrtc:3269
|
||||||
|
TEST_F(CallTest, DISABLED_CanReceiveFec) {
|
||||||
class FecRenderObserver : public test::RtpRtcpObserver, public VideoRenderer {
|
class FecRenderObserver : public test::RtpRtcpObserver, public VideoRenderer {
|
||||||
public:
|
public:
|
||||||
FecRenderObserver()
|
FecRenderObserver()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user