We have written tests using annotations like below,
@RunWith(SpringRunner.class)
@Slf4j
@SpringBootTest
in IntelliJ 2017 we run spring boot program via Run/Debug Configuration, and it automatically execute these tests. But some tests really takes a lot of time, is there a way to disable or skip these tests? Thanks a lot.