mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Merge branch 'master' into notebook-search
This commit is contained in:
commit
6da1dc9796
1 changed files with 4 additions and 1 deletions
|
|
@ -81,7 +81,10 @@ public class VFSNotebookRepoTest implements JobListenerFactory{
|
|||
|
||||
@After
|
||||
public void tearDown() throws Exception {
|
||||
FileUtils.deleteDirectory(mainZepDir);
|
||||
//FileUtils.deleteDirectory(mainZepDir);
|
||||
if (!FileUtils.deleteQuietly(mainZepDir)) {
|
||||
logger.error("Failed to delete {} ", mainZepDir.getName());
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue