Index: webrtc/pc/rtcstats_integrationtest.cc |
diff --git a/webrtc/pc/rtcstats_integrationtest.cc b/webrtc/pc/rtcstats_integrationtest.cc |
index 9e92cdab6d096fef00b0c224b053099718cc1e5f..ff0b86f4d469262a29a29e1a5f13d3efb8a6cfcf 100644 |
--- a/webrtc/pc/rtcstats_integrationtest.cc |
+++ b/webrtc/pc/rtcstats_integrationtest.cc |
@@ -616,6 +616,7 @@ class RTCStatsReportVerifier { |
rtc::scoped_refptr<const RTCStatsReport> report_; |
}; |
+#if !defined(THREAD_SANITIZER) |
hbos
2017/02/24 14:39:17
A comment referencing the bug would be nice.
|
#ifdef HAVE_SCTP |
TEST_F(RTCStatsIntegrationTest, GetStatsFromCaller) { |
StartCall(); |
@@ -644,6 +645,7 @@ TEST_F(RTCStatsIntegrationTest, GetsStatsWhileDestroyingPeerConnections) { |
EXPECT_TRUE(stats_obtainer->report()); |
} |
#endif // HAVE_SCTP |
+#endif // !defined(THREAD_SANITIZER) |
} // namespace |