TestResourceLocalizationService.testPublicResourceInitializesLocalDir fails Intermittently due to IllegalArgumentException from cleanup (templedf via rkanter)

This commit is contained in:
Robert Kanter 2016-03-15 10:05:10 -07:00
parent d457401784
commit 22ca176dfe
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ public class TestResourceLocalizationService {
conf = null;
try {
FileUtils.deleteDirectory(new File(basedir.toString()));
} catch (IOException e) {
} catch (IOException | IllegalArgumentException e) {
// ignore
}
}