HHH-12555 Disable NClob test for dialects not supporting NClob

This commit is contained in:
Guillaume Smet 2018-12-17 13:54:23 +01:00
parent 855f34c771
commit 98249af058
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class LobUnfetchedPropertyTest extends BaseCoreFunctionalTestCase {
}
@Test
@RequiresDialectFeature(DialectChecks.SupportsNClob.class)
public void testNClob() {
final int id = doInHibernate( this::sessionFactory, s -> {
FileNClob file = new FileNClob();