Skip PeerConnectionEndToEndTest.CallWithCustomCodec on Win ASan builds.
Bug: None Change-Id: Iaee0bdee03e23aae916a641c6230e14ae229c6df Reviewed-on: https://webrtc-review.googlesource.com/86130 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23776}
This commit is contained in:
parent
fc63c9e273
commit
82d171c824
@ -376,6 +376,7 @@ TEST_P(PeerConnectionEndToEndTest, CallWithLegacySdp) {
|
||||
}
|
||||
#endif // !defined(ADDRESS_SANITIZER)
|
||||
|
||||
#if !defined(WEBRTC_WIN) || !defined(ADDRESS_SANITIZER)
|
||||
TEST_P(PeerConnectionEndToEndTest, CallWithCustomCodec) {
|
||||
class IdLoggingAudioEncoderFactory : public webrtc::AudioEncoderFactory {
|
||||
public:
|
||||
@ -466,6 +467,7 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user