Skip to content
Snippets Groups Projects
Verified Commit 18ccf158 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

test: fix flaky args::tests

By default cargo runs tests in parallel in multiple threads.  Both
`test_log_level` and `test_parse` access environment variables which are
shared across threads. Consequently, their concurrent modification
results in the test failure.

This patch unites these two tests making it linear.
parent ebaa9ca2
No related branches found
No related tags found
1 merge request!95test: fix flaky args::tests
Pipeline #4713 passed