Skip flaky test " setTextDocumentLanguage for notebook cells" (#293072)

This commit is contained in:
Alex Ross
2026-02-05 12:04:16 +01:00
committed by GitHub
parent f6965796dc
commit 9519571a4a

View File

@@ -302,7 +302,7 @@ suite('Notebook Document', function () {
assert.ok(document.metadata.extraNotebookMetadata, `Test metadata not found`);
});
test('setTextDocumentLanguage for notebook cells', async function () {
test.skip('setTextDocumentLanguage for notebook cells', async function () {
const uri = await utils.createRandomFile(undefined, undefined, '.nbdtest');
const notebook = await vscode.workspace.openNotebookDocument(uri);