Removed obsolete suppression

The referenced test no longer exists.

Bug: webrtc:42232319
Change-Id: I74ff70955f2220d776b6fa1eadd045d897d22987
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/455140
Commit-Queue: Fredrik Solenberg <solenberg@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#47102}
diff --git a/tools_webrtc/sanitizers/tsan_suppressions_webrtc.cc b/tools_webrtc/sanitizers/tsan_suppressions_webrtc.cc
index a3a4bdb..1725255 100644
--- a/tools_webrtc/sanitizers/tsan_suppressions_webrtc.cc
+++ b/tools_webrtc/sanitizers/tsan_suppressions_webrtc.cc
@@ -44,12 +44,6 @@
     // https://code.google.com/p/libyuv/issues/detail?id=508
     "race:InitCpuFlags\n"
 
-    // Test-only race due to PeerConnection::session() being virtual for
-    // testing. The stats collector may call session() before or after the
-    // destructor begins executing, which modifies the vtable.
-    "race:*RTCStatsIntegrationTest_GetsStatsWhileDestroyingPeerConnections_"
-    "Test::TestBody\n"
-
     // http://crbug.com/244856
     "race:libpulsecommon*.so\n"