Skip to content

Commit d3116fe

Browse files
authored
Retry ipywidget tests (#11189)
A number of the IPyWidget tests are failing on the flaky pipeline. Ensured tests are re-tried.
1 parent 7846e30 commit d3116fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/datascience/uiTests/ipywidget.ui.functional.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ use(chaiAsPromised);
3737
suiteSetup(function () {
3838
// These are UI tests, hence nothing to do with platforms.
3939
this.timeout(30_000); // UI Tests, need time to start jupyter.
40+
this.retries(3); // UI tests can be flaky.
4041
if (!process.env.VSCODE_PYTHON_ROLLING) {
4142
// Skip all tests unless using real jupyter
4243
this.skip();

0 commit comments

Comments
 (0)