Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
index ee8f355085cdc8b77a6e051ca8fd7ab2f86919ad..5a202a1e3c563a5a299a2c3602a65407912f4c04 100644 |
--- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
+++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc |
@@ -703,16 +703,10 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossChangeBitRateVP9) { |
// Note: quality after update should be higher but we currently compute quality |
// metrics averaged over whole sequence run. |
-#if defined(WEBRTC_ANDROID) |
-// Flaky on Android: https://bugs.chromium.org/p/webrtc/issues/detail?id=6057. |
-#define MAYBE_ProcessNoLossChangeFrameRateFrameDropVP9 \ |
- DISABLED_ProcessNoLossChangeFrameRateFrameDropVP9 |
-#else |
-#define MAYBE_ProcessNoLossChangeFrameRateFrameDropVP9 \ |
- ProcessNoLossChangeFrameRateFrameDropVP9 |
-#endif |
+ |
+// Flaky https://bugs.chromium.org/p/webrtc/issues/detail?id=6057. |
TEST_F(VideoProcessorIntegrationTest, |
- MAYBE_ProcessNoLossChangeFrameRateFrameDropVP9) { |
+ DISABLED_ProcessNoLossChangeFrameRateFrameDropVP9) { |
config_.networking_config.packet_loss_probability = 0; |
// Bitrate and frame rate profile. |
RateProfile rate_profile; |