Skip to content

Commit 4a74521

Browse files
committed
Merge branch '2.4.x'
See gh-25482
2 parents e58353a + fefd49c commit 4a74521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/src/test/java/org/springframework/boot/context/embedded/EmbeddedServerContainerInvocationContextProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ public Stream<TestTemplateInvocationContext> provideTestTemplateInvocationContex
9797

9898
@Override
9999
public void afterAll(ExtensionContext context) throws Exception {
100-
FileSystemUtils.deleteRecursively(this.tempDir);
101100
cleanupCaches();
101+
FileSystemUtils.deleteRecursively(this.tempDir);
102102
}
103103

104104
private void cleanupCaches() {

0 commit comments

Comments
 (0)