mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 05:21:08 +01:00
integration tests - skip flakes
https://github.com/microsoft/vscode/issues/139960 https://github.com/microsoft/vscode/issues/139958
This commit is contained in:
@@ -102,7 +102,7 @@ suite('Notebook Editor', function () {
|
||||
assert.strictEqual(vscode.window.visibleNotebookEditors.length, 2);
|
||||
});
|
||||
|
||||
test('Notebook Editor Event - onDidChangeVisibleNotebookEditors on open/close', async function () {
|
||||
test.skip('Notebook Editor Event - onDidChangeVisibleNotebookEditors on open/close', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/139958
|
||||
const openedEditor = utils.asPromise(vscode.window.onDidChangeVisibleNotebookEditors);
|
||||
const resource = await utils.createRandomFile(undefined, undefined, '.nbdtest');
|
||||
await vscode.window.showNotebookDocument(resource);
|
||||
|
||||
Reference in New Issue
Block a user