Re-enable test on mac now that issue is fixed.
Bug: webrtc:5231 Change-Id: I92bc4838c7c17f512caca994232916b9144e37c4 Reviewed-on: https://webrtc-review.googlesource.com/68522 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22853}
This commit is contained in:

committed by
Commit Bot

parent
682c6498a2
commit
983042b84a
@ -362,13 +362,11 @@ struct AudioDecoderUnicornSparklesRainbow {
|
|||||||
|
|
||||||
// Disabled for TSan v2, see
|
// Disabled for TSan v2, see
|
||||||
// https://bugs.chromium.org/p/webrtc/issues/detail?id=4719 for details.
|
// https://bugs.chromium.org/p/webrtc/issues/detail?id=4719 for details.
|
||||||
// Disabled for Mac, see
|
#if defined(THREAD_SANITIZER)
|
||||||
// https://bugs.chromium.org/p/webrtc/issues/detail?id=5231 for details.
|
|
||||||
#if defined(THREAD_SANITIZER) || defined(WEBRTC_MAC)
|
|
||||||
TEST_P(PeerConnectionEndToEndTest, DISABLED_Call) {
|
TEST_P(PeerConnectionEndToEndTest, DISABLED_Call) {
|
||||||
#else
|
#else
|
||||||
TEST_P(PeerConnectionEndToEndTest, Call) {
|
TEST_P(PeerConnectionEndToEndTest, Call) {
|
||||||
#endif // defined(THREAD_SANITIZER) || defined(WEBRTC_MAC)
|
#endif // defined(THREAD_SANITIZER)
|
||||||
rtc::scoped_refptr<webrtc::AudioDecoderFactory> real_decoder_factory =
|
rtc::scoped_refptr<webrtc::AudioDecoderFactory> real_decoder_factory =
|
||||||
webrtc::CreateBuiltinAudioDecoderFactory();
|
webrtc::CreateBuiltinAudioDecoderFactory();
|
||||||
CreatePcs(nullptr, webrtc::CreateBuiltinAudioEncoderFactory(),
|
CreatePcs(nullptr, webrtc::CreateBuiltinAudioEncoderFactory(),
|
||||||
|
Reference in New Issue
Block a user