mirror of https://github.com/microsoft/vscode.git
Disable notebook "check object leaks" test (#258417)
This commit is contained in:
parent
c9118f6388
commit
363abcb2f5
|
@ -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