Disable opus tests to allow upgrade to opus 1.3
The upgrade to opus 1.3 is easier to carry out while the opus bitexactness tests are temporarily disabled. Bug: webrtc:11325 Change-Id: I96eecdbc93a01da88b92ae7f6473034c9795f3a0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167726 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30425}
This commit is contained in:
@ -912,7 +912,8 @@ TEST(AudioEncoderOpusTest, SetMaxPlaybackRateFb) {
|
||||
EXPECT_EQ(64000, config.bitrate_bps);
|
||||
}
|
||||
|
||||
TEST_P(AudioEncoderOpusTest, OpusFlagDtxAsNonSpeech) {
|
||||
// TODO(webrtc:11325) Reenable after Opus has been upgraded to 1.3.
|
||||
TEST_P(AudioEncoderOpusTest, DISABLED_OpusFlagDtxAsNonSpeech) {
|
||||
// Create encoder with DTX enabled.
|
||||
AudioEncoderOpusConfig config;
|
||||
config.dtx_enabled = true;
|
||||
|
||||
@ -101,7 +101,8 @@ float EncodedPowerRatio(AudioEncoder* encoder,
|
||||
|
||||
} // namespace
|
||||
|
||||
TEST(BandwidthAdaptationTest, BandwidthAdaptationTest) {
|
||||
// TODO(webrtc:11325) Reenable after Opus has been upgraded to 1.3.
|
||||
TEST(BandwidthAdaptationTest, DISABLED_BandwidthAdaptationTest) {
|
||||
test::ScopedFieldTrials override_field_trials(
|
||||
"WebRTC-AdjustOpusBandwidth/Enabled/");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user