mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
#103544 Skip another failing test
This commit is contained in:
@@ -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')]
|
||||
|
||||
Reference in New Issue
Block a user