mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Add exclusions
This commit is contained in:
parent
927ffc92df
commit
de8b414060
@ -572,6 +572,7 @@ public class SelectBase extends AbstractBaseTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@ExcludeIn({H2, DERBY})
|
||||
public void GroupBy_Validate() {
|
||||
NumberPath<BigDecimal> alias = new NumberPath<BigDecimal>(BigDecimal.class, "alias");
|
||||
query().from(employee)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user