| Index: webrtc/api/peerconnectionendtoend_unittest.cc
|
| diff --git a/webrtc/api/peerconnectionendtoend_unittest.cc b/webrtc/api/peerconnectionendtoend_unittest.cc
|
| index 80485e3f824f296312407ab5513c6530bfae38b4..fedadd9e12a73880357caae0f4b658dc80e6e005 100644
|
| --- a/webrtc/api/peerconnectionendtoend_unittest.cc
|
| +++ b/webrtc/api/peerconnectionendtoend_unittest.cc
|
| @@ -182,6 +182,7 @@ TEST_F(PeerConnectionEndToEndTest, Call) {
|
| }
|
| #endif // if !defined(THREAD_SANITIZER) && !defined(WEBRTC_MAC)
|
|
|
| +#if !defined(ADDRESS_SANITIZER)
|
| TEST_F(PeerConnectionEndToEndTest, CallWithLegacySdp) {
|
| FakeConstraints pc_constraints;
|
| pc_constraints.AddMandatory(MediaConstraintsInterface::kEnableDtlsSrtp,
|
| @@ -191,6 +192,7 @@ TEST_F(PeerConnectionEndToEndTest, CallWithLegacySdp) {
|
| Negotiate();
|
| WaitForCallEstablished();
|
| }
|
| +#endif // !defined(ADDRESS_SANITIZER)
|
|
|
| // Verifies that a DataChannel created before the negotiation can transition to
|
| // "OPEN" and transfer data.
|
|
|