mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
#313 excluded Cubrid in test
This commit is contained in:
parent
eb84f97f25
commit
735b9cc79d
@ -98,7 +98,7 @@ public class SubqueriesBase extends AbstractBaseTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@ExcludeIn({DERBY, H2, HSQLDB, SQLITE})
|
||||
@ExcludeIn({CUBRID, DERBY, H2, HSQLDB, SQLITE})
|
||||
public void List_In_Query() {
|
||||
QEmployee employee2 = new QEmployee("employee2");
|
||||
query().from(employee)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user