skip flaky notebook test (#139324)

This commit is contained in:
Benjamin Pasero
2021-12-17 17:20:00 +01:00
parent 005f257d41
commit f2f509ba61

View File

@@ -899,7 +899,7 @@ suite('statusbar', () => {
suiteDisposables.push(vscode.workspace.registerNotebookContentProvider('notebookCoreTest', apiTestContentProvider));
});
test('provideCellStatusBarItems called on metadata change', async function () {
test.skip('provideCellStatusBarItems called on metadata change', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/139324
const provideCalled = asPromise(onDidCallProvide);
const resource = await createRandomNotebookFile();
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');