Disabling flaky RecievesVp8SimulcastFrames test.

Bug: webrtc:9510
Change-Id: Id9c52ff3d3880051053e04e6565149c3a3e594ea
Reviewed-on: https://webrtc-review.googlesource.com/c/123196
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26769}
This commit is contained in:
Sebastian Jansson 2019-02-20 14:37:06 +01:00
parent dd1cc982e4
commit 76d7ce2752

View File

@ -19,7 +19,8 @@ using Codec = VideoStreamConfig::Encoder::Codec;
using CodecImpl = VideoStreamConfig::Encoder::Implementation;
} // namespace
TEST(VideoStreamTest, RecievesVp8SimulcastFrames) {
// TODO(srte): Enable after landing fix causing flakiness.
TEST(VideoStreamTest, DISABLED_RecievesVp8SimulcastFrames) {
TimeDelta kRunTime = TimeDelta::ms(500);
int kFrameRate = 30;