TestResourceLocalizationService.testPublicResourceInitializesLocalDir fails Intermittently due to IllegalArgumentException from cleanup (templedf via rkanter)
(cherry picked from commit 22ca176dfe
)
This commit is contained in:
parent
8b00d9de25
commit
da24fde333
|
@ -194,7 +194,7 @@ public class TestResourceLocalizationService {
|
||||||
conf = null;
|
conf = null;
|
||||||
try {
|
try {
|
||||||
FileUtils.deleteDirectory(new File(basedir.toString()));
|
FileUtils.deleteDirectory(new File(basedir.toString()));
|
||||||
} catch (IOException e) {
|
} catch (IOException | IllegalArgumentException e) {
|
||||||
// ignore
|
// ignore
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue