| Index: webrtc/pc/rtcstats_integrationtest.cc
|
| diff --git a/webrtc/pc/rtcstats_integrationtest.cc b/webrtc/pc/rtcstats_integrationtest.cc
|
| index 25b31f7dd743da4cec30669e906a79a7c5f8cc73..746dc0d6c6d63d3c496b2ee4234cb555c717174d 100644
|
| --- a/webrtc/pc/rtcstats_integrationtest.cc
|
| +++ b/webrtc/pc/rtcstats_integrationtest.cc
|
| @@ -616,9 +616,6 @@ 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();
|
| @@ -647,7 +644,6 @@ TEST_F(RTCStatsIntegrationTest, GetsStatsWhileDestroyingPeerConnections) {
|
| EXPECT_TRUE(stats_obtainer->report());
|
| }
|
| #endif // HAVE_SCTP
|
| -#endif // !defined(THREAD_SANITIZER)
|
|
|
| } // namespace
|
|
|
|
|