#103544 Skip another failing test

This commit is contained in:
Sandeep Somavarapu 2020-07-30 10:05:34 +02:00
parent 3944e56699
commit cc20a1f02a

View file

@ -296,7 +296,7 @@ suite('vscode API - webview', () => {
}
});
test('webviews should allow overriding allowed resource paths using localResourceRoots', async () => {
test.skip('webviews should allow overriding allowed resource paths using localResourceRoots', async () => {
const webview = _register(vscode.window.createWebviewPanel(webviewId, 'title', { viewColumn: vscode.ViewColumn.One }, {
enableScripts: true,
localResourceRoots: [workspaceFile('sub')]