mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
skip test for failing again (#266230)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user