Skip to content

Commit

Permalink
Re-enable DisruptorStressTest
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Mar 1, 2017
1 parent 8e01c19 commit 73bda90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/com/lmax/disruptor/DisruptorStressTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.lmax.disruptor.dsl.Disruptor;
import com.lmax.disruptor.dsl.ProducerType;
import com.lmax.disruptor.util.DaemonThreadFactory;
import org.junit.Ignore;
import org.junit.Test;

import java.util.concurrent.CountDownLatch;
Expand All @@ -17,7 +16,6 @@
import static org.hamcrest.CoreMatchers.not;
import static org.junit.Assert.assertThat;

@Ignore
public class DisruptorStressTest
{
private final ExecutorService executor = Executors.newCachedThreadPool();
Expand Down

0 comments on commit 73bda90

Please sign in to comment.