Re-enable skipped test.
TBR=kwiberg@webrtc.org Bug: webrtc:9442 Change-Id: I1cde15deac8202ce90c31578efd32f6cc4aabfca Reviewed-on: https://webrtc-review.googlesource.com/88569 Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23978}
This commit is contained in:

committed by
Commit Bot

parent
0823eecc93
commit
db90556972
@ -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
|
||||
|
Reference in New Issue
Block a user