diff --git a/modules/video_coding/main/test/video_rtp_play_mt.cc b/modules/video_coding/main/test/video_rtp_play_mt.cc index 968a5e8636..7d30101fb2 100644 --- a/modules/video_coding/main/test/video_rtp_play_mt.cc +++ b/modules/video_coding/main/test/video_rtp_play_mt.cc @@ -54,7 +54,6 @@ bool DecodeThread(void* obj) { SharedState* state = static_cast(obj); WebRtc_Word32 ret = state->_vcm.Decode(10000); - TEST(ret == VCM_OK || ret == VCM_UNINITIALIZED || ret == VCM_NO_CODEC_REGISTERED); while (state->_vcm.DecodeDualFrame(0) == 1); return true; }