diff --git a/extensions/vscode-api-tests/src/singlefolder-tests/interactiveWindow.test.ts b/extensions/vscode-api-tests/src/singlefolder-tests/interactiveWindow.test.ts index ca15c44683b..03a1d3833ae 100644 --- a/extensions/vscode-api-tests/src/singlefolder-tests/interactiveWindow.test.ts +++ b/extensions/vscode-api-tests/src/singlefolder-tests/interactiveWindow.test.ts @@ -108,7 +108,8 @@ async function addCellAndRun(code: string, notebook: vscode.NotebookDocument) { } }); - test('Interactive window has the correct kernel', async function () { + // https://github.com/microsoft/vscode/issues/266229 + test.skip('Interactive window has the correct kernel', async function () { // Extend timeout a bit as kernel association can be async & occasionally slow on CI this.timeout(20000); assert.ok(vscode.workspace.workspaceFolders);