comment QueryPerformanceTest out

This commit is contained in:
Timo Westkämper 2012-12-08 22:23:12 +02:00
parent 59e6b0bbed
commit a83e8083ab

View File

@ -6,6 +6,7 @@ import javax.persistence.EntityManager;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -15,6 +16,7 @@ import com.mysema.query.jpa.impl.JPAQuery;
import com.mysema.testutil.JPATestRunner;
@RunWith(JPATestRunner.class)
@Ignore
public class QueryPerformanceTest {
private static final int iterations = 1000;