Index: build/sanitizers/tsan_suppressions.cc |
diff --git a/build/sanitizers/tsan_suppressions.cc b/build/sanitizers/tsan_suppressions.cc |
index c8e9eabef6e523bf12ecc03761b0d5ad2a153b83..ade01f9b26fb68114e944d4b7da52228347e768f 100644 |
--- a/build/sanitizers/tsan_suppressions.cc |
+++ b/build/sanitizers/tsan_suppressions.cc |
@@ -331,6 +331,9 @@ char kTSanDefaultSuppressions[] = |
// https://crbug.com/460243 |
"race:IPC::ChannelMojoHost::OnClientLaunched\n" |
+// https://crbug.com/454655 |
+"race:content::BrowserTestBase::PostTaskToInProcessRendererAndWait\n" |
+ |
// End of suppressions. |
; // Please keep this semicolon. |