skip flaky test (#139572)

This commit is contained in:
Benjamin Pasero
2021-12-21 13:11:07 +01:00
parent 0cc783e845
commit 4712a1ae88

View File

@@ -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')]