notebook tests still failing too often (#283882)

still failing too often
This commit is contained in:
Aaron Munger
2025-12-16 11:29:08 -08:00
committed by GitHub
parent 2b49f34380
commit 4290065b29

View File

@@ -44,7 +44,7 @@ export function setup(logger: Logger) {
});
});
it('inserts/edits code cell', async function () {
it.skip('inserts/edits code cell', async function () {
const app = this.app as Application;
await app.workbench.notebook.openNotebook();
await app.workbench.notebook.focusNextCell();
@@ -64,7 +64,7 @@ export function setup(logger: Logger) {
await app.workbench.notebook.waitForMarkdownContents('', '');
});
it('moves focus as it inserts/deletes a cell', async function () {
it.skip('moves focus as it inserts/deletes a cell', async function () {
const app = this.app as Application;
await app.workbench.notebook.openNotebook();
await app.workbench.notebook.focusFirstCell();
@@ -78,7 +78,7 @@ export function setup(logger: Logger) {
await app.workbench.notebook.waitForActiveCellEditorContents('# added cell');
});
it('moves focus in and out of output', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/139270
it.skip('moves focus in and out of output', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/139270
const app = this.app as Application;
await app.workbench.notebook.openNotebook();
// first cell is a code cell that already has output