Disable PeerConnectionEndToEndTest.CallWithLegacySdp on Asan bots.

BUG=webrtc:6765
TBR=mflodman@webrtc.org

Review URL: https://codereview.webrtc.org/2534783003 .

Cr-Commit-Position: refs/heads/master@{#15271}
This commit is contained in:
philipel 2016-11-28 16:23:12 +01:00
parent ceecea4559
commit 7703b27c42

View File

@ -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.