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

@@ -7,7 +7,7 @@ import * as assert from 'assert';
import * as vscode from 'vscode';
import * as utils from '../utils';
suite('Notebook Document', function () {
suite.skip('Notebook Document', function () {
const simpleContentProvider = new class implements vscode.NotebookSerializer {
deserializeNotebook(_data: Uint8Array): vscode.NotebookData | Thenable<vscode.NotebookData> {