提交 4d0e36d1 编写于 作者: B Benjamin Pasero

skip webview tests (#88415)

上级 ae78db04
......@@ -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<T extends vscode.Disposable>(disposable: T) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册