mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
skip showNotebookDocment.
This commit is contained in:
@@ -47,7 +47,7 @@ suite('Notebook Editor', function () {
|
||||
});
|
||||
|
||||
|
||||
test('showNotebookDocment', async function () {
|
||||
test.skip('showNotebookDocment', async function () {
|
||||
|
||||
const count1 = vscode.notebook.notebookDocuments.length;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user