[fix](ut) fix FE ut (#11215)

This commit is contained in:
Mingyu Chen
2022-07-27 08:18:31 +08:00
committed by GitHub
parent d67029c830
commit c6b0df5cbe

View File

@ -108,7 +108,7 @@ public abstract class TestWithFeService {
@AfterAll
public final void afterAll() throws Exception {
runAfterAll();
Catalog.getCurrentCatalog().clear();
Env.getCurrentEnv().clear();
cleanDorisFeDir(runningDir);
}