Disable all notebook integration tests in web

See #126371
This commit is contained in:
Rob Lourens
2022-01-07 09:56:37 -08:00
parent e517806da6
commit f7cb722447
2 changed files with 2 additions and 2 deletions

View File

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