Disable PeerConnectionEndToEndTest.Call on Mac.
Until the gtest-parallel problem is resolved. This is needed for CQ stability. BUG=webrtc:5231 TBR=perkj@webrtc.org,deadbeef@webrtc.org Review URL: https://codereview.webrtc.org/1499483002 . Cr-Commit-Position: refs/heads/master@{#10873}
This commit is contained in:
parent
1d63dd0eaa
commit
3c28d0de95
@ -219,14 +219,16 @@ class PeerConnectionEndToEndTest
|
||||
|
||||
// Disabled for TSan v2, see
|
||||
// https://bugs.chromium.org/p/webrtc/issues/detail?id=4719 for details.
|
||||
#if !defined(THREAD_SANITIZER)
|
||||
// Disabled for Mac, see
|
||||
// https://bugs.chromium.org/p/webrtc/issues/detail?id=5231 for details.
|
||||
#if !defined(THREAD_SANITIZER) && !defined(WEBRTC_MAC)
|
||||
TEST_F(PeerConnectionEndToEndTest, Call) {
|
||||
CreatePcs();
|
||||
GetAndAddUserMedia();
|
||||
Negotiate();
|
||||
WaitForCallEstablished();
|
||||
}
|
||||
#endif // if !defined(THREAD_SANITIZER)
|
||||
#endif // if !defined(THREAD_SANITIZER) && !defined(WEBRTC_MAC)
|
||||
|
||||
// Disabled per b/14899892
|
||||
TEST_F(PeerConnectionEndToEndTest, DISABLED_CallWithLegacySdp) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user