We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b0c82 commit 8a7da2dCopy full SHA for 8a7da2d
1 file changed
test/smoke/src/areas/notebook/notebook.test.ts
@@ -25,7 +25,7 @@ export function setup(logger: Logger) {
25
cp.execSync('git reset --hard HEAD --quiet', { cwd: app.workspacePathOrFolder });
26
});
27
28
- it('inserts/edits code cell', async function () {
+ it.skip('inserts/edits code cell', async function () {
29
const app = this.app as Application;
30
await app.workbench.notebook.openNotebook();
31
await app.workbench.notebook.focusNextCell();
0 commit comments