Skip to content

Commit

Permalink
skip flaky test
Browse files Browse the repository at this point in the history
related to #165149
  • Loading branch information
joaomoreno committed Nov 1, 2022
1 parent be022da commit 14d4c12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import * as utils from '../utils';
});

// #138683
test('Opening a notebook should fire activeNotebook event changed only once', async function () {
test.skip('Opening a notebook should fire activeNotebook event changed only once', async function () {
const openedEditor = onDidOpenNotebookEditor();
const resource = await utils.createRandomFile(undefined, undefined, '.nbdtest');
const document = await vscode.workspace.openNotebookDocument(resource);
Expand Down

0 comments on commit 14d4c12

Please sign in to comment.