diff --git a/test/scenario/video_stream_unittest.cc b/test/scenario/video_stream_unittest.cc index 3c4ced00d5..3e89c78556 100644 --- a/test/scenario/video_stream_unittest.cc +++ b/test/scenario/video_stream_unittest.cc @@ -250,7 +250,10 @@ TEST(VideoStreamTest, ResolutionAdaptsToAvailableBandwidth) { s.RunFor(TimeDelta::Seconds(40)); EXPECT_GT(num_qvga_frames_, 0u); +#ifndef __ANDROID__ + // TODO: crbug.com/webrtc/15873 - This expectation is flaky on Android. EXPECT_GT(num_vga_frames_, 0u); +#endif } TEST(VideoStreamTest, SuspendsBelowMinBitrate) {