Temporarily disable remaining Opus bit exactness tests.
Bug: webrtc:12518 Change-Id: Ia006c4258404a6e124101cd4ebfd399008f82227 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/209645 Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33383}
This commit is contained in:
committed by
Commit Bot
parent
3208bf102b
commit
854d59f750
@ -105,7 +105,9 @@ TEST_F(NetEqDecodingTest, MAYBE_TestBitExactness) {
|
||||
#else
|
||||
#define MAYBE_TestOpusBitExactness DISABLED_TestOpusBitExactness
|
||||
#endif
|
||||
TEST_F(NetEqDecodingTest, MAYBE_TestOpusBitExactness) {
|
||||
// TODO(http://bugs.webrtc.org/12518): Enable the test after Opus has been
|
||||
// updated.
|
||||
TEST_F(NetEqDecodingTest, DISABLED_TestOpusBitExactness) {
|
||||
const std::string input_rtp_file =
|
||||
webrtc::test::ResourcePath("audio_coding/neteq_opus", "rtp");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user