mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
extra async call (#246018)
This commit is contained in:
@@ -73,7 +73,7 @@ async function addCellAndRun(code: string, notebook: vscode.NotebookDocument) {
|
||||
await saveAllFilesAndCloseAll();
|
||||
});
|
||||
|
||||
test('Can open an interactive window and execute from input box', async () => {
|
||||
test.skip('Can open an interactive window and execute from input box', async () => {
|
||||
assert.ok(vscode.workspace.workspaceFolders);
|
||||
const { notebookEditor, inputUri } = await createInteractiveWindow(defaultKernel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user