mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
skip flaky window test.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user