mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00: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);
|
||||
|
||||
@@ -242,7 +242,7 @@ suite('vscode API - webview', () => {
|
||||
});
|
||||
|
||||
|
||||
test('webviews should only be able to load resources from workspace by default', async () => {
|
||||
test.skip('webviews should only be able to load resources from workspace by default', async () => { // TODO@mjbvz https://github.com/microsoft/vscode/issues/139960
|
||||
const webview = _register(vscode.window.createWebviewPanel(webviewId, 'title', {
|
||||
viewColumn: vscode.ViewColumn.One
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user