Enable PeerConnectionEndToEndTest.CallWithLegacySdp on ASan.
Bug: None Change-Id: I9f695bd0a13b0130f4d773803e010b69020c2ac1 Reviewed-on: https://webrtc-review.googlesource.com/86131 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23777}
This commit is contained in:

committed by
Commit Bot

parent
82d171c824
commit
776199a55a
@ -363,7 +363,6 @@ TEST_P(PeerConnectionEndToEndTest, Call) {
|
||||
WaitForCallEstablished();
|
||||
}
|
||||
|
||||
#if !defined(ADDRESS_SANITIZER)
|
||||
TEST_P(PeerConnectionEndToEndTest, CallWithLegacySdp) {
|
||||
FakeConstraints pc_constraints;
|
||||
pc_constraints.AddMandatory(MediaConstraintsInterface::kEnableDtlsSrtp,
|
||||
@ -374,7 +373,6 @@ TEST_P(PeerConnectionEndToEndTest, CallWithLegacySdp) {
|
||||
Negotiate();
|
||||
WaitForCallEstablished();
|
||||
}
|
||||
#endif // !defined(ADDRESS_SANITIZER)
|
||||
|
||||
#if !defined(WEBRTC_WIN) || !defined(ADDRESS_SANITIZER)
|
||||
TEST_P(PeerConnectionEndToEndTest, CallWithCustomCodec) {
|
||||
|
Reference in New Issue
Block a user