diff --git a/pc/peerconnectionendtoend_unittest.cc b/pc/peerconnectionendtoend_unittest.cc index 61de4a8ff1..54d967f713 100644 --- a/pc/peerconnectionendtoend_unittest.cc +++ b/pc/peerconnectionendtoend_unittest.cc @@ -374,7 +374,6 @@ TEST_P(PeerConnectionEndToEndTest, CallWithLegacySdp) { WaitForCallEstablished(); } -#if !defined(WEBRTC_WIN) || !defined(ADDRESS_SANITIZER) TEST_P(PeerConnectionEndToEndTest, CallWithCustomCodec) { class IdLoggingAudioEncoderFactory : public webrtc::AudioEncoderFactory { public: @@ -465,7 +464,6 @@ TEST_P(PeerConnectionEndToEndTest, CallWithCustomCodec) { EXPECT_EQ(encoder_id2, decoder_id2); EXPECT_NE(encoder_id1, encoder_id2); } -#endif // !defined(WEBRTC_WIN) || !defined(ADDRESS_SANITIZER) #ifdef HAVE_SCTP // Verifies that a DataChannel created before the negotiation can transition to