mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Don't clean outlet and html caches twice (#16534)
They're already cleared after each test.
This commit is contained in:
@@ -293,9 +293,6 @@ export function acceptance(name, optionsOrCallback) {
|
||||
}
|
||||
this.siteSettings = currentSettings();
|
||||
|
||||
clearOutletCache();
|
||||
clearHTMLCache();
|
||||
|
||||
resetSite(currentSettings(), siteChanges);
|
||||
|
||||
if (LEGACY_ENV) {
|
||||
|
||||
Reference in New Issue
Block a user