HHH-7187 - skip Lob test on sybase
This commit is contained in:
parent
e835881f37
commit
24f2db04fc
|
@ -31,10 +31,13 @@ import org.junit.Test;
|
||||||
import org.hibernate.ejb.Ejb3Configuration;
|
import org.hibernate.ejb.Ejb3Configuration;
|
||||||
import org.hibernate.envers.test.AbstractEntityTest;
|
import org.hibernate.envers.test.AbstractEntityTest;
|
||||||
import org.hibernate.envers.test.Priority;
|
import org.hibernate.envers.test.Priority;
|
||||||
|
import org.hibernate.testing.DialectChecks;
|
||||||
|
import org.hibernate.testing.RequiresDialectFeature;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Adam Warski (adam at warski dot org)
|
* @author Adam Warski (adam at warski dot org)
|
||||||
*/
|
*/
|
||||||
|
@RequiresDialectFeature(DialectChecks.SupportsExpectedLobUsagePattern.class)
|
||||||
public class Lobs extends AbstractEntityTest {
|
public class Lobs extends AbstractEntityTest {
|
||||||
private Integer id1;
|
private Integer id1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue