mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Disable tests that hit the notebook webview (see e4a7f93ed3)
This commit is contained in:
@@ -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[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user