Commit c5cfb875 authored by Andy Wilkinson's avatar Andy Wilkinson

Delete files after destroying processes that may be accessing them

Closes gh-25457
parent 8e67ae71
......@@ -97,8 +97,8 @@ class EmbeddedServerContainerInvocationContextProvider
@Override
public void afterAll(ExtensionContext context) throws Exception {
FileSystemUtils.deleteRecursively(this.tempDir);
cleanupCaches();
FileSystemUtils.deleteRecursively(this.tempDir);
}
private void cleanupCaches() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment