mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
skip flaky test (#139572)
This commit is contained in:
@@ -332,7 +332,7 @@ suite('vscode API - webview', () => {
|
||||
}
|
||||
});
|
||||
|
||||
test('webviews using hard-coded old style vscode-resource uri should work', async () => {
|
||||
test.skip('webviews using hard-coded old style vscode-resource uri should work', async () => { // TODO@mjbvz https://github.com/microsoft/vscode/issues/139572
|
||||
const webview = _register(vscode.window.createWebviewPanel(webviewId, 'title', { viewColumn: vscode.ViewColumn.One }, {
|
||||
enableScripts: true,
|
||||
localResourceRoots: [workspaceFile('sub')]
|
||||
|
||||
Reference in New Issue
Block a user