BUILD: skip "check object leaks" test (#224923)

isidorn/bewildered-stork
Alex Ross 2024-08-06 10:55:35 +02:00 committed by GitHub
parent 224a8f7139
commit c23e35103f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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