mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Skip UUID test for literal usage
This commit is contained in:
parent
57a5523cf8
commit
a1e4c49efe
@ -422,6 +422,7 @@ public class InsertBase extends AbstractBaseTest {
|
||||
|
||||
@Test
|
||||
@IncludeIn({H2, POSTGRES})
|
||||
@SkipForQuoted
|
||||
public void Uuids() {
|
||||
delete(QUuids.uuids).execute();
|
||||
QUuids uuids = QUuids.uuids;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user