diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc index b9c78d6192..bdee84db6c 100644 --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc @@ -708,7 +708,7 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossChangeBitRateVP9) { // Note: quality after update should be higher but we currently compute quality // metrics averaged over whole sequence run. -#if defined(OS_ANDROID) +#if defined(WEBRTC_ANDROID) // Flaky on Android: https://bugs.chromium.org/p/webrtc/issues/detail?id=6057. #define MAYBE_ProcessNoLossChangeFrameRateFrameDropVP9 \ DISABLED_ProcessNoLossChangeFrameRateFrameDropVP9