DEV: Don't clean outlet and html caches twice (#16534)

They're already cleared after each test.
This commit is contained in:
Jarek Radosz 2022-04-22 11:17:18 +02:00 committed by GitHub
parent 1209d51a7f
commit f2f1a4df62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -293,9 +293,6 @@ export function acceptance(name, optionsOrCallback) {
}
this.siteSettings = currentSettings();
clearOutletCache();
clearHTMLCache();
resetSite(currentSettings(), siteChanges);
if (LEGACY_ENV) {