Skip to content

Commit

Permalink
Delete ignored tests and add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
donat committed Oct 6, 2019
1 parent 53f157d commit a426a98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 231 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ public class EclipseTestTestClassProcessor implements TestClassProcessor {
private Actor resultProcessorActor;
private TestResultProcessor resultProcessor;

// TODO (donat) handle cancellation
// TODO (donat) handle ignoring tests

public EclipseTestTestClassProcessor(File testReportDir, EclipseTestSpec options, IdGenerator<?> idGenerator, Clock clock, ActorFactory actorFactory) {
this.testReportDir = testReportDir;
this.options = options;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit a426a98

Please sign in to comment.