Skip to content

Commit

Permalink
BUILD: skip "check object leaks" test (#224923)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 authored Aug 6, 2024
1 parent 224a8f7 commit c23e351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/areas/notebook/notebook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c23e351

Please sign in to comment.