mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
more certainty for resuming the paused emitter (#251130)
This commit is contained in:
@@ -25,7 +25,7 @@ suite(`ipynb Clear Outputs`, () => {
|
||||
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
|
||||
});
|
||||
|
||||
test.skip('Clear outputs after opening Notebook', async () => {
|
||||
test('Clear outputs after opening Notebook', async () => {
|
||||
const cells: nbformat.ICell[] = [
|
||||
{
|
||||
cell_type: 'code',
|
||||
|
||||
Reference in New Issue
Block a user