DB2: Disabled test for encryption, as it is not supported for Db2

This commit is contained in:
Roland Praml
2022-01-07 13:08:19 +01:00
parent 3fd746cd36
commit 6236980d21
@@ -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)
@IgnorePlatform({Platform.ORACLE, Platform.DB2})
@Test
public void asDto() {
DB.find(EBasicEncrypt.class).delete();