mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Also skip Notebook API Tests (see e4a7f93ed3)
This commit is contained in:
@@ -136,7 +136,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
|
||||
}
|
||||
};
|
||||
|
||||
suite('Notebook API tests', function () {
|
||||
suite.skip('Notebook API tests', function () {
|
||||
|
||||
const testDisposables: vscode.Disposable[] = [];
|
||||
const suiteDisposables: vscode.Disposable[] = [];
|
||||
|
||||
Reference in New Issue
Block a user