Skip to content

Commit cd581f8

Browse files
committed
HHH-10320 : Unit test failures due to feature tested that is not supported by database
1 parent cfbc003 commit cd581f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hibernate-core/src/test/java/org/hibernate/test/id/sequence/SequenceExportTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
import org.hibernate.boot.spi.MetadataImplementor;
2222
import org.hibernate.cfg.AvailableSettings;
2323

24+
import org.hibernate.testing.DialectChecks;
25+
import org.hibernate.testing.RequiresDialectFeature;
2426
import org.hibernate.testing.TestForIssue;
2527
import org.hibernate.testing.junit4.BaseUnitTestCase;
2628
import org.junit.After;
@@ -32,6 +34,7 @@
3234
/**
3335
* @author Steve Ebersole
3436
*/
37+
@RequiresDialectFeature(value= DialectChecks.SupportsSequences.class, jiraKey = "HHH-10320" )
3538
public class SequenceExportTest extends BaseUnitTestCase {
3639
private StandardServiceRegistry ssr;
3740

0 commit comments

Comments
 (0)