mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
re-skip notebook integration tests for web
This commit is contained in:
@@ -136,7 +136,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
|
||||
}
|
||||
};
|
||||
|
||||
suite('Notebook API tests', function () {
|
||||
(vscode.env.uiKind === vscode.UIKind.Web ? suite.skip : suite)('Notebook API tests', function () {
|
||||
|
||||
const testDisposables: vscode.Disposable[] = [];
|
||||
const suiteDisposables: vscode.Disposable[] = [];
|
||||
|
||||
Reference in New Issue
Block a user