Skip to content

Commit

Permalink
ignore tck collector test
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuLosta committed Oct 8, 2024
1 parent 43b4750 commit b552053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/interpreter/InterpreterLargeFileTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package interpreter;

import implementation.CustomImplementationFactory;
import org.junit.Ignore;
import org.junit.Test;
import util.ErrorCollector;
import util.MockInputStream;
Expand Down Expand Up @@ -31,6 +32,7 @@ public void testWithCounter() {
assertThat(printCounter.getCount(), is(NUMBER_OF_LINES));
}

@Ignore
@Test
public void testWithCollector() {
final PrintCollector printCollector = new PrintCollector();
Expand Down

0 comments on commit b552053

Please sign in to comment.