diff --git a/pc/peerconnection_integrationtest.cc b/pc/peerconnection_integrationtest.cc index d5037a82b1..312407cbad 100644 --- a/pc/peerconnection_integrationtest.cc +++ b/pc/peerconnection_integrationtest.cc @@ -1591,10 +1591,6 @@ TEST_P(PeerConnectionIntegrationTest, EndToEndCallWithSdes) { // certificate once the DTLS handshake has finished. TEST_P(PeerConnectionIntegrationTest, GetRemoteAudioSSLCertificateReturnsExchangedCertificate) { - // TODO(bugs.webrtc.org/8764): Enable for Unified Plan once stats work. - if (sdp_semantics_ == SdpSemantics::kUnifiedPlan) { - return; - } auto GetRemoteAudioSSLCertificate = [](PeerConnectionWrapper* wrapper) { auto pci = reinterpret_cast(wrapper->pc()); auto pc = reinterpret_cast(pci->internal());