We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7846e30 commit d3116feCopy full SHA for d3116fe
src/test/datascience/uiTests/ipywidget.ui.functional.test.ts
@@ -37,6 +37,7 @@ use(chaiAsPromised);
37
suiteSetup(function () {
38
// These are UI tests, hence nothing to do with platforms.
39
this.timeout(30_000); // UI Tests, need time to start jupyter.
40
+ this.retries(3); // UI tests can be flaky.
41
if (!process.env.VSCODE_PYTHON_ROLLING) {
42
// Skip all tests unless using real jupyter
43
this.skip();
0 commit comments