Describe the bug
Setting global values can influence the tests, causing them to fail if the settings are invalid.
To Reproduce
Set a global setting to an invalid settings (e.g., core.format_output to "") and try to run tests.
Expected behavior
Tests to run to success regardless of global settings.