HHH-12555 Disable NClob test for dialects not supporting NClob
This commit is contained in:
parent
855f34c771
commit
98249af058
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue