Skip to content

Commit bb24ea7

Browse files
committed
Fixes
1 parent 161a389 commit bb24ea7

File tree

2 files changed

+1
-91
lines changed

2 files changed

+1
-91
lines changed

src/test/datascience/notebook/cellOutput.ds.test.ts

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/test/datascience/notebook/contentProvider.ds.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ suite('DataScience - VSCode Notebook - (Open)', function () {
4141
if (!(await canRunTests())) {
4242
return this.skip();
4343
}
44-
await trustAllNotebooks();
4544
});
4645
setup(async () => {
4746
sinon.restore();
4847
// Don't use same file (due to dirty handling, we might save in dirty.)
4948
// Cuz we won't save to file, hence extension will backup in dirty file and when u re-open it will open from dirty.
5049
testIPynb = Uri.file(await createTemporaryNotebook(templateIPynb, disposables));
50+
await trustAllNotebooks();
5151
});
5252
teardown(async () => closeNotebooksAndCleanUpAfterTests(disposables));
5353
test('Verify Notebook Json', async () => {

0 commit comments

Comments
 (0)