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

@@ -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[] = [];