Replace OS_ANDROID define to disable webrtc test.
Replaces OS_ANDROID with WEBRTC_ANDROID to disable ProcessNoLossChangeFrameRateFrameDropVP9 on Android. BUG=webrtc:6057 R=danilchap@webrtc.org TBR=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/2101673002 . Cr-Commit-Position: refs/heads/master@{#13300}
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user