Skip to content

Commit 460333d

Browse files
committed
Revert "Clean up clusters between tests (#41187)"
This reverts commit a795069.
1 parent 617db2e commit 460333d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildSrc/src/main/groovy/org/elasticsearch/gradle/test/ClusterFormationTasks.groovy

-2
Original file line numberDiff line numberDiff line change
@@ -884,8 +884,6 @@ class ClusterFormationTasks {
884884
}
885885
doLast {
886886
project.delete(node.pidFile)
887-
// Large tests can exhaust disk space, clean up on stop, but leave the data dir as some tests reuse it
888-
project.delete(project.fileTree(node.baseDir).minus(project.fileTree(node.dataDir)))
889887
}
890888
}
891889
}

0 commit comments

Comments
 (0)