skip flaky webview test (#150682) (#153006)

This commit is contained in:
Benjamin Pasero
2022-06-23 19:43:04 +02:00
committed by GitHub
parent 96ca51210f
commit a9cacc5d9a

View File

@@ -29,7 +29,7 @@ suite('vscode API - webview', () => {
disposeAll(disposables);
});
test('webviews should be able to send and receive messages', async () => {
test.skip('webviews should be able to send and receive messages', async () => { // TODO@mjbvz https://github.com/microsoft/vscode/issues/150682
const webview = _register(vscode.window.createWebviewPanel(webviewId, 'title', { viewColumn: vscode.ViewColumn.One }, { enableScripts: true }));
const firstResponse = getMessage(webview);
webview.webview.html = createHtmlDocumentWithBody(/*html*/`