Skip to content

Commit

Permalink
[JENKINS-38696] - Cleanup the manual testing leftovers
Browse files Browse the repository at this point in the history
  • 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>
<profile> <profile>
<id>surefire-with-fileleak-detector</id> <id>surefire-with-fileleak-detector</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties> <properties>
<maven-surefire-plugin.agent>-javaagent:${project.build.directory}\agents\file-leak-detector.jar=http=20000</maven-surefire-plugin.agent> <maven-surefire-plugin.agent>-javaagent:${project.build.directory}\agents\file-leak-detector.jar=http=20000</maven-surefire-plugin.agent>
</properties> </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; ResourceImageInJar.DISABLE_FILE_CACHING_IN_JAR_CONNECTION = oldCachingValue;
cl.cleanup(); cl.cleanup();
super.tearDown(); 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); FileUtils.deleteDirectory(dir);
} }


Expand Down

0 comments on commit 2549cfd

Please sign in to comment.