mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
disable high-centered test
This commit is contained in:
parent
80321e3853
commit
6b6afdc29c
@ -4,6 +4,7 @@ import com.google.gson.Gson;
|
||||
import com.google.gson.GsonBuilder;
|
||||
import com.google.gson.reflect.TypeToken;
|
||||
import io.nosqlbench.nb.api.content.NBIO;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.lang.reflect.Type;
|
||||
@ -13,6 +14,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
public class PMatrixElemTest {
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testMatrixElem() {
|
||||
Gson gson = new GsonBuilder().create();
|
||||
String json = NBIO.classpath().name("test.json").one().asString();
|
||||
|
Loading…
Reference in New Issue
Block a user