skip flaky window test.

This commit is contained in:
rebornix
2021-06-02 16:18:52 -07:00
parent 9bd7cbd140
commit 68e862e1d6

View File

@@ -971,7 +971,7 @@ suite('Notebook API tests', function () {
});
test('multiple tabs: two dirty tabs and switching', async function () {
test.skip('multiple tabs: two dirty tabs and switching', async function () {
const resource = await createRandomNotebookFile();
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
await vscode.commands.executeCommand('notebook.cell.insertCodeCellBelow');