HHH-11905 - AbstractLobTest Fails on Sybase

This commit is contained in:
Gail Badner 2017-08-16 22:23:17 -07:00
parent 013daa2ca9
commit 80c441cbe0
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,9 @@ import org.junit.Test;
import org.hibernate.Session;
import org.hibernate.Transaction;
import org.hibernate.dialect.SybaseDialect;
import org.hibernate.testing.SkipForDialect;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
import static org.junit.Assert.assertEquals;
@ -135,6 +138,7 @@ public abstract class AbstractLobTest<B extends AbstractBook, C extends Abstract
}
@Test
@SkipForDialect( SybaseDialect.class )
public void testBinary() throws Exception {
Session s;
Transaction tx;