Update more tests for CockroachDB

This commit is contained in:
Rob Bygrave
2022-02-04 16:59:16 +13:00
parent d05dfae1d7
commit b8b83c2ec8
4 changed files with 15 additions and 11 deletions
@@ -56,7 +56,7 @@ public class TestEncrypt extends BaseTestCase {
assertThat(loggedSql.get(1)).contains("left join e_basicenc t1 on t1.id = t0.other_id");
}
@IgnorePlatform({Platform.ORACLE, Platform.DB2})
@IgnorePlatform({Platform.ORACLE, Platform.DB2, Platform.COCKROACH})
@Test
public void asDto() {
DB.find(EBasicEncrypt.class).delete();