mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-06 21:05:50 +08:00
Ignore Hibernate bug related test for Hibernate
This commit is contained in:
parent
41271c9455
commit
ee3d6da232
@ -418,6 +418,7 @@ public abstract class AbstractStandardTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@NoHibernate
|
||||
public void Constant2() {
|
||||
query().from(cat).map(cat.id, Expressions.constant("name"));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user