Instead of @Test you can use @RepeatedTest(value = 123) to repeat a test x number of times.
@Test
@RepeatedTest(value = 123)