Bug 1614637 - Remove suppression for data race in CacheStorageService::OnMemoryConsumptionChange() r=decoder

Differential Revision: https://phabricator.services.mozilla.com/D63259

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Michal Novotny 2020-02-19 09:52:12 +00:00
parent 606174e20c
commit 427ad8bf1f

View File

@ -301,10 +301,6 @@ extern "C" const char* __tsan_default_suppressions() {
"deadlock:SanctionsTestServer\n"
"deadlock:OCSPStaplingServer\n"
// Bug 1614637
"race:CacheStorageService::Notify\n"
"race:CacheStorageService::OnMemoryConsumptionChange\n"
// Bug 1614646
"race:nsCookieService::CountCookiesFromHostInternal\n"
"race:nsCookieService::InitDBStates\n"