mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
@@ -151,7 +151,7 @@ suite('vscode API - webview', () => {
|
||||
assert.strictEqual(secondResponse.value, 1);
|
||||
});
|
||||
|
||||
test('webviews with retainContextWhenHidden should preserve their context when they are hidden', async function () {
|
||||
test.skip('webviews with retainContextWhenHidden should preserve their context when they are hidden', async function () {
|
||||
this.retries(3);
|
||||
|
||||
const webview = _register(vscode.window.createWebviewPanel(webviewId, 'title', { viewColumn: vscode.ViewColumn.One }, { enableScripts: true, retainContextWhenHidden: true }));
|
||||
|
||||
Reference in New Issue
Block a user