I have a @Parameterized junit test that spawns 50 tests:
@Parameterized
@RunWith(Parameterized.class) public class NurseRosteringSolveAllTurtleTest ... { @Par
Similarly to Miguel's answer, if you are using the JUnit 5's
@ParameterizedTest @CsvFileSource(resources = arrayOf("/sender.csv"))
you can go to your csv file and "comment out" some lines by prepending the # character to them.
#