Description
There are various tests oddites that could be cleaned up, such as: test classes that have nested classes mixing both parameterized and non-parameterized, or test classes that have hierarchies that result in hundreds of duplicate runs of the same self-contained tests from a parent, or skipping hundreds of tests by 'un-parameterizing' a parent, or tests that influence static config without restoring it afterwards even in the case of tests that are being skipped.