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:
Kári Tristan Helgason
2018-04-09 15:07:54 +02:00
committed by Commit Bot
parent 682c6498a2
commit 983042b84a

View File

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