JAVA-6006 Remove @ignore in test
This commit is contained in:
parent
4a8956e7a9
commit
90c48445d3
|
@ -9,8 +9,7 @@ import com.baeldung.apache.beam.intro.WordCount;
|
|||
|
||||
public class WordCountUnitTest {
|
||||
|
||||
// @Test
|
||||
@Ignore
|
||||
@Test
|
||||
public void givenInputFile_whenWordCountRuns_thenJobFinishWithoutError() {
|
||||
boolean jobDone = WordCount.wordCount("src/test/resources/wordcount.txt", "target/output");
|
||||
assertTrue(jobDone);
|
||||
|
|
Loading…
Reference in New Issue