Skip to content
Snippets Groups Projects
Commit 6dc6e65f authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

ingored the roundRobin2 test

parent 9573ffc5
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ import java.util.ArrayList;
import java.util.List;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import teetime.framework.pipe.IPipeFactory;
......@@ -79,6 +80,8 @@ public class MergerTest {
assertThat(this.collector.getElements(), contains(1, 2, 3));
}
@Ignore
// Needs to be rewritten
@Test
public void roundRobinShouldWork2() {
mergerUnderTest = new Merger<Integer>(new RoundRobinStrategy());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment