Skip to content

Commit 0d65d82

Browse files
authored
Fix nightly history import test (#5859)
* Fix nightly history import test * Add news entry
1 parent 7a39b21 commit 0d65d82

4 files changed

Lines changed: 4 additions & 108 deletions

File tree

news/2 Fixes/5844.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix CI failures related to history import changes.

src/test/datascience/history.functional.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,8 @@ for _ in range(50):
528528
}, () => { return ioc; });
529529

530530
runMountedTest('Import', async (wrapper) => {
531-
const testFile = path.join(srcDirectory(), 'test.ipynb');
531+
532+
const testFile = path.join(srcDirectory(), 'sub', 'test.ipynb');
532533
let results: string = '';
533534

534535
// Import is much fewer renders than an add code since the data is already there.

src/test/datascience/sub/test.ipynb

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/test/datascience/test.ipynb

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

0 commit comments

Comments
 (0)