BUILD: skip "check object leaks" test (#224923)
parent
224a8f7139
commit
c23e35103f
|
@ -34,7 +34,7 @@ export function setup(logger: Logger) {
|
|||
});
|
||||
});
|
||||
|
||||
it('check object leaks', async function () {
|
||||
it.skip('check object leaks', async function () {
|
||||
const app = this.app as Application;
|
||||
await app.profiler.checkObjectLeaks(['NotebookTextModel', 'NotebookCellTextModel', 'NotebookEventDispatcher'], async () => {
|
||||
await app.workbench.notebook.openNotebook();
|
||||
|
|
Loading…
Reference in New Issue