We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f55f78 commit 77c2157Copy full SHA for 77c2157
applications/spring-shell/src/test/java/org/springframework/sbm/IntegrationTestBaseClass.java
@@ -131,8 +131,6 @@ public void beforeEach() throws IOException {
131
testDir.resolve(this.getClass().getName());
132
FileUtils.forceMkdir(testDir.toFile());
133
testDir = testDir.toRealPath();
134
- this.intializeTestProject();
135
- scanProject();
136
}
137
138
protected void enableGitSupport() {
0 commit comments