mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
comment QueryPerformanceTest out
This commit is contained in:
parent
59e6b0bbed
commit
a83e8083ab
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user