mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
Hunter removed from teardown
We need to stop app (we'll have leak otherwise) but we can't do in teaDown, only in last step of suite
This commit is contained in:
@@ -344,8 +344,6 @@ public abstract class PyEnvTestCase {
|
||||
// We can stop message capturing even if it was not started as cleanup process.
|
||||
stopMessageCapture();
|
||||
Disposer.dispose(myDisposable);
|
||||
LeakHunter.checkProjectLeak();
|
||||
LeakHunter.checkNonDefaultProjectLeak();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user