Skip to content

Commit

Permalink
Removing @test annotation from a nont-test method. It seems that nobo…
Browse files Browse the repository at this point in the history
…dy runs this test since 2012
  • Loading branch information
barancev committed Nov 16, 2014
1 parent 78acb44 commit fe7210b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ private File getNonexistentDestDir() {
return destDir;
}

@Test
public void copyDirectoryCleanUp(File srcDir, File destDir) {
LauncherUtils.deleteTryTryAgain(srcDir, 1);
LauncherUtils.deleteTryTryAgain(destDir, 1);
Expand Down

0 comments on commit fe7210b

Please sign in to comment.