Skip to content

Commit 1980b70

Browse files
committed
Revert "Clean up clusters between tests (#41187)"
This reverts commit 4712075.
1 parent b2983d2 commit 1980b70

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
@@ -948,8 +948,6 @@ class ClusterFormationTasks {
948948
}
949949
doLast {
950950
project.delete(node.pidFile)
951-
// Large tests can exhaust disk space, clean up on stop, but leave the data dir as some tests reuse it
952-
project.delete(project.fileTree(node.baseDir).minus(project.fileTree(node.dataDir)))
953951
}
954952
}
955953
}

0 commit comments

Comments
 (0)