Skip to content

Commit 363abcb

Browse files
authored
Disable notebook "check object leaks" test (microsoft#258417)
1 parent c9118f6 commit 363abcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke/src/areas/notebook/notebook.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function setup(logger: Logger) {
3434
});
3535
});
3636

37-
it('check object leaks', async function () {
37+
it.skip('check object leaks', async function () {
3838
const app = this.app as Application;
3939
await app.profiler.checkObjectLeaks(['NotebookTextModel', 'NotebookCellTextModel', 'NotebookEventDispatcher'], async () => {
4040
await app.workbench.notebook.openNotebook();

0 commit comments

Comments
 (0)