Ignoring benchmark test.

This commit is contained in:
Simone Bordet 2012-02-09 23:25:50 +01:00
parent 7b30b760a3
commit 5074ce20fd
1 changed files with 2 additions and 0 deletions

View File

@ -24,10 +24,12 @@ import java.util.Map;
import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeUnit;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
public class ParseVersusCacheBenchmarkTest public class ParseVersusCacheBenchmarkTest
{ {
@Ignore
@Test @Test
public void testParseVersusCache() throws Exception public void testParseVersusCache() throws Exception
{ {