Issue with ExUnit coloring

I can see that in the code these settings are stored using Application.put_env. and shared between ExUnit tests, so i suspect it can be affected like this thread Using Application.get_env / Application.put_env in ExUnit tests

a test i’m seeing fail frequently is an async: true one…

Edit: Although, still seeing the issue even if i make it async false, mysterious.