Skipped webview test

Part of #138612
This commit is contained in:
Daniel Imms
2022-01-14 08:07:23 -08:00
parent 2ef81e75c0
commit 8c6a8f7bc1

View File

@@ -175,7 +175,7 @@ suite('vscode API - webview', () => {
assert.strictEqual(secondResponse.value, 1);
});
test('webviews with retainContextWhenHidden should preserve their page position when hidden', async () => {
test.skip('webviews with retainContextWhenHidden should preserve their page position when hidden', async () => {
const webview = _register(vscode.window.createWebviewPanel(webviewId, 'title', { viewColumn: vscode.ViewColumn.One }, { enableScripts: true, retainContextWhenHidden: true }));
const ready = getMessage(webview);
webview.webview.html = createHtmlDocumentWithBody(/*html*/`