You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Summary
* Addressing 3 tests that are flaky:
* `search.test.ts`
Removed final menu collapse step. A tooltip frequently blocks the
collapse button, causing intermittent failures. This step is not
essential to the test.
* `default-python-interpreter.test.ts`
Added wait for session initialization before asserting metadata.
Previously caused reload loops when metadata was accessed before the
session was ready.
* `notebook-working-directory.test`
Added retry logic for cell execution. Cells occasionally hang for 30s
(expected execution time is <1s). Test now stops execution and retries
on timeout.
* Skipping the reticulate tests
* Fixing a timing issue for chromium when selecting interpreters
### QA Notes
@:interpreter @:web @:positron-notebooks
<!--
Add additional information for QA on how to validate the change,
paying special attention to the level of risk, adjacent areas that
could be affected by the change, and any important contextual
information not present in the linked issues.
-->
0 commit comments