Temporarily skip the notebook editor tests

We need the new webview content to be published before these can run
This commit is contained in:
Matt Bierner
2021-08-23 19:25:29 -07:00
parent 7a8051acae
commit e4a7f93ed3

View File

@@ -7,7 +7,7 @@ import * as assert from 'assert';
import * as vscode from 'vscode';
import * as utils from '../utils';
suite('Notebook Editor', function () {
suite.skip('Notebook Editor', function () {
const contentSerializer = new class implements vscode.NotebookSerializer {
deserializeNotebook() {