Exclude integration tests

This commit is contained in:
pivovarit
2017-03-24 16:17:34 +01:00
parent cd0873751c
commit d0b0debd06
12 changed files with 96 additions and 63 deletions

View File

@@ -12,7 +12,7 @@ import java.util.stream.Stream;
import static java.util.stream.Collectors.toList;
import static org.assertj.core.api.Assertions.assertThat;
public class CountdownLatchExampleTest {
public class CountdownLatchExampleIntegrationTest {
@Test
public void whenParallelProcessing_thenMainThreadWillBlockUntilCompletion() throws InterruptedException {
// Given