Disable notebook "check object leaks" test (#258417)

This commit is contained in:
Alex Ross 2025-07-29 15:23:47 +02:00 committed by GitHub
parent c9118f6388
commit 363abcb2f5
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();