mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Skip flaky test " setTextDocumentLanguage for notebook cells" (#293072)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user