Just move out the tests that don’t need the setup code into a separate test class. If you have some other code common to the tests that would be helpful to keep, move that out into a helper class.
Just move out the tests that don’t need the setup code into a separate test class. If you have some other code common to the tests that would be helpful to keep, move that out into a helper class.