We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbc003 commit cd581f8Copy full SHA for cd581f8
hibernate-core/src/test/java/org/hibernate/test/id/sequence/SequenceExportTest.java
@@ -21,6 +21,8 @@
21
import org.hibernate.boot.spi.MetadataImplementor;
22
import org.hibernate.cfg.AvailableSettings;
23
24
+import org.hibernate.testing.DialectChecks;
25
+import org.hibernate.testing.RequiresDialectFeature;
26
import org.hibernate.testing.TestForIssue;
27
import org.hibernate.testing.junit4.BaseUnitTestCase;
28
import org.junit.After;
@@ -32,6 +34,7 @@
32
34
/**
33
35
* @author Steve Ebersole
36
*/
37
+@RequiresDialectFeature(value= DialectChecks.SupportsSequences.class, jiraKey = "HHH-10320" )
38
public class SequenceExportTest extends BaseUnitTestCase {
39
private StandardServiceRegistry ssr;
40
0 commit comments