提交 f4db5eac 编写于 作者: R Rob Lourens

Disable tests that hit the notebook webview (see e4a7f93e)

上级 2212b766
......@@ -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> {
......
......@@ -872,7 +872,7 @@ suite.skip('Notebook API tests', function () {
});
});
suite('statusbar', () => {
suite.skip('statusbar', () => {
const emitter = new vscode.EventEmitter<vscode.NotebookCell>();
const onDidCallProvide = emitter.event;
const suiteDisposables: vscode.Disposable[] = [];
......@@ -910,7 +910,7 @@ suite('statusbar', () => {
});
});
suite('Notebook API tests (metadata)', function () {
suite.skip('Notebook API tests (metadata)', function () {
const testDisposables: vscode.Disposable[] = [];
const suiteDisposables: vscode.Disposable[] = [];
......
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册