Disable tests that hit the notebook webview (see e4a7f93ed3)

This commit is contained in:
Rob Lourens
2021-08-24 00:03:09 -07:00
parent 2212b766aa
commit f4db5eac35
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ function workspaceFile(...segments: string[]) {
const testDocument = workspaceFile('bower.json');
suite('vscode API - webview', () => {
suite.skip('vscode API - webview', () => {
const disposables: vscode.Disposable[] = [];
function _register<T extends vscode.Disposable>(disposable: T) {