Conversation
|
In 1st screenshot, the config at the top of the terminal is standard user config at In 2nd screenshot, you're checking contents of But digging into it further, and it's apparently failing to remove the test user dir because Don't code and test while sleep deprived, kids. |
* Refresh user dir on each run * style(autofix.ci): automated formatting --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>


Summary
SUMMARY: Infrastructure "Fix stale config remaining between test invocations."
Purpose of change
Fix stale config poisoning consecutive test runs #3208 (review)
Describe the solution
Re-create test user dir before running tests
Testing
Before:
Run tests, change language in options to ru, run tests again, see error.
After:
No error occurs.