Disable Opus complexity tests on Android
Reason: breaks perf bots BUG=webrtc:6708 TBR=philipel@webrtc.org Review-Url: https://codereview.webrtc.org/2525603002 Cr-Commit-Position: refs/heads/master@{#15188}
This commit is contained in:
committed by
Commit bot
parent
03d5fb1294
commit
58f90a76cc
@ -49,6 +49,14 @@ int64_t RunComplexityTest(const AudioEncoderOpus::Config& config) {
|
||||
}
|
||||
} // namespace
|
||||
|
||||
#if defined(WEBRTC_ANDROID)
|
||||
#define MAYBE_AudioEncoderOpusComplexityAdaptationTest \
|
||||
DISABLED_AudioEncoderOpusComplexityAdaptationTest
|
||||
#else
|
||||
#define MAYBE_AudioEncoderOpusComplexityAdaptationTest \
|
||||
AudioEncoderOpusComplexityAdaptationTest
|
||||
#endif
|
||||
|
||||
// This test encodes an audio file using Opus twice with different bitrates
|
||||
// (12.5 kbps and 15.5 kbps). The runtime for each is measured, and the ratio
|
||||
// between the two is calculated and tracked. This test explicitly sets the
|
||||
|
||||
Reference in New Issue
Block a user