Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TEST] do not wipe excluded templates
In #13606, the ability to exclude a template from being wiped was added but a call to wipeTemplates() was not removed, so all index templates were still being removed. This change removes the wipeTemplates() call in the wipe method so that only the non-excluded templates are removed.
- Loading branch information