diff --git a/extensions/vscode-api-tests/src/singlefolder-tests/webview.test.ts b/extensions/vscode-api-tests/src/singlefolder-tests/webview.test.ts index 86c139ca207..b59d91ff380 100644 --- a/extensions/vscode-api-tests/src/singlefolder-tests/webview.test.ts +++ b/extensions/vscode-api-tests/src/singlefolder-tests/webview.test.ts @@ -14,7 +14,7 @@ const webviewId = 'myWebview'; const testDocument = join(vscode.workspace.rootPath || '', './bower.json'); // TODO: Re-enable after https://github.com/microsoft/vscode/issues/88415 -('electron' in process.versions ? suite.skip : suite)('Webview tests', () => { +suite.skip('Webview tests', () => { const disposables: vscode.Disposable[] = []; function _register(disposable: T) {