To avoid this you need to refactor test to achieve simple test, try to look in your test code for Conditional Test Logic smell, and immediately remove the condition, you will obtain better test.Use SandBox for Database or other resource, this will reduce test race, and it helps you to run test in new machine with less effort.