Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(855)

Unified Diff: webrtc/api/peerconnectionendtoend_unittest.cc

Issue 2534783003: Disable PeerConnectionEndToEndTest.CallWithLegacySdp on Asan bots. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698