diff --git a/pc/rtcstats_integrationtest.cc b/pc/rtcstats_integrationtest.cc index 3c07e38b5a..f9375f7415 100644 --- a/pc/rtcstats_integrationtest.cc +++ b/pc/rtcstats_integrationtest.cc @@ -806,7 +806,11 @@ TEST_F(RTCStatsIntegrationTest, GetStatsWithInvalidReceiverSelector) { EXPECT_FALSE(report->size()); } -TEST_F(RTCStatsIntegrationTest, GetsStatsWhileDestroyingPeerConnections) { +// TODO(bugs.webrtc.org/9847) Remove this test altogether if a proper fix cannot +// be found. For now it is lying, as we cannot safely gets stats while +// destroying PeerConnection. +TEST_F(RTCStatsIntegrationTest, + DISABLED_GetsStatsWhileDestroyingPeerConnection) { StartCall(); rtc::scoped_refptr stats_obtainer =