mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +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:
@@ -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