Disable the ORTC integration tests on TSan.

BUG=webrtc:7366

Review-Url: https://codereview.webrtc.org/2767123002
Cr-Commit-Position: refs/heads/master@{#17431}
This commit is contained in:
zhihuang 2017-03-28 13:45:18 -07:00 committed by Commit bot
parent 588101cb91
commit acfb017775

View File

@ -346,6 +346,10 @@ class OrtcFactoryIntegrationTest : public testing::Test {
int rendered_video_frames2_ = 0;
};
// Disable for TSan v2, see
// https://bugs.chromium.org/p/webrtc/issues/detail?id=7366 for details.
#if !defined(THREAD_SANITIZER)
// Very basic end-to-end test with a single pair of audio RTP sender and
// receiver.
//
@ -675,4 +679,6 @@ TEST_F(OrtcFactoryIntegrationTest,
// TODO(deadbeef): End-to-end test for simulcast, once that's supported by this
// API.
#endif // if !defined(THREAD_SANITIZER)
} // namespace webrtc