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:
Ilya.Kazakevich
2018-07-09 22:47:41 +03:00
parent ac231a6af6
commit 46ff8b0b46

View File

@@ -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();
}
/**