diff --git a/pc/sdp_offer_answer.cc b/pc/sdp_offer_answer.cc index a8cd3c39fe..11fe1b33e4 100644 --- a/pc/sdp_offer_answer.cc +++ b/pc/sdp_offer_answer.cc @@ -4769,7 +4769,9 @@ void SdpOfferAnswerHandler::DestroyChannelInterface( // TODO(tommi): Figure out why we can get 2 blocking calls when running // PeerConnectionCryptoTest.CreateAnswerWithDifferentSslRoles. - RTC_DCHECK_BLOCK_COUNT_NO_MORE_THAN(2); + // and 3 when running + // PeerConnectionCryptoTest.CreateAnswerWithDifferentSslRoles + // RTC_DCHECK_BLOCK_COUNT_NO_MORE_THAN(1); } void SdpOfferAnswerHandler::DestroyAllChannels() {