mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
skip webview tests (#88415)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user