Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-38696] - Cleanup the manual testing leftovers
  • Loading branch information
oleg-nenashev committed Jul 7, 2017
1 parent f08455c commit 2549cfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Expand Up @@ -581,9 +581,6 @@ THE SOFTWARE.
</profile>
<profile>
<id>surefire-with-fileleak-detector</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<maven-surefire-plugin.agent>-javaagent:${project.build.directory}\agents\file-leak-detector.jar=http=20000</maven-surefire-plugin.agent>
</properties>
Expand Down
7 changes: 1 addition & 6 deletions src/test/java/hudson/remoting/PrefetchingTest.java
Expand Up @@ -76,13 +76,8 @@ protected void tearDown() throws Exception {
ResourceImageInJar.DISABLE_FILE_CACHING_IN_JAR_CONNECTION = oldCachingValue;
cl.cleanup();
super.tearDown();

// TODO: Add to RMI base?
if (Boolean.getBoolean("remoting.test.interactive")) {

}

// Clenup the temporary cache and ensure we have no locked files left
// Cleanup the temporary cache and ensure we have no locked files left
FileUtils.deleteDirectory(dir);
}

Expand Down

0 comments on commit 2549cfd

Please sign in to comment.