Skip to content

Commit fa298e0

Browse files
authored
skip flaky test (microsoft#251158)
1 parent 2aee1bc commit fa298e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ipynb/src/test/clearOutputs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ suite(`ipynb Clear Outputs`, () => {
2525
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
2626
});
2727

28-
test('Clear outputs after opening Notebook', async () => {
28+
test.skip('Clear outputs after opening Notebook', async () => {
2929
const cells: nbformat.ICell[] = [
3030
{
3131
cell_type: 'code',

0 commit comments

Comments
 (0)