Disable RTCStatsIntegrationTest on TSAN bots.

BUG=webrtc:7231
TBR=tommi@webrtc.org

Review-Url: https://codereview.webrtc.org/2707263010
Cr-Commit-Position: refs/heads/master@{#16828}
This commit is contained in:
philipel 2017-02-24 07:41:04 -08:00 committed by Commit bot
parent 306d1bfec0
commit 1498defa78

View File

@ -616,6 +616,9 @@ class RTCStatsReportVerifier {
rtc::scoped_refptr<const RTCStatsReport> report_;
};
// Disabled on Tsan due to:
// https://bugs.chromium.org/p/webrtc/issues/detail?id=7231
#if !defined(THREAD_SANITIZER)
#ifdef HAVE_SCTP
TEST_F(RTCStatsIntegrationTest, GetStatsFromCaller) {
StartCall();
@ -644,6 +647,7 @@ TEST_F(RTCStatsIntegrationTest, GetsStatsWhileDestroyingPeerConnections) {
EXPECT_TRUE(stats_obtainer->report());
}
#endif // HAVE_SCTP
#endif // !defined(THREAD_SANITIZER)
} // namespace