Skip to content

Commit

Permalink
[Java] Revert paramaterized test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Aug 23, 2016
1 parent 3f4d964 commit 0ef0524
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions aeron-system-tests/src/test/java/io/aeron/MemoryOrderingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,13 @@
import org.agrona.concurrent.*;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;

import java.nio.ByteBuffer;
import java.util.Arrays;
import java.util.List;

import static org.junit.Assert.fail;

@RunWith(Parameterized.class)
public class MemoryOrderingTest
{
@Parameterized.Parameters
public static List<Object[]> data()
{
return Arrays.asList(new Object[20][0]);
}

public static final String CHANNEL = "aeron:udp?endpoint=localhost:54325";
public static final int STREAM_ID = 1;
public static final int FRAGMENT_COUNT_LIMIT = 256;
Expand Down

0 comments on commit 0ef0524

Please sign in to comment.