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

(cherry picked from commit 22ca176dfe)
This commit is contained in:
Jason Lowe 2016-08-03 19:33:58 +00:00
parent c972498b74
commit 5883718eea
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
}
}