Skip to content

Commit

Permalink
Unignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
epickrram committed Jan 25, 2018
1 parent 32e6728 commit 2563c58
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -19,7 +19,6 @@ public final class TailerSequenceRaceConditionTest {
private final AtomicBoolean failedToMoveToEnd = new AtomicBoolean(false);
private final ExecutorService threadPool = Executors.newFixedThreadPool(8);

@Ignore
@Test
public void shouldAlwaysBeAbleToTail() throws Exception {
for (int i = 0; i < 10; i++) {
Expand Down

0 comments on commit 2563c58

Please sign in to comment.