Skip to content

Commit

Permalink
HHH-11330 : Skip IdentifierGeneratorWithNaturalIdCacheTest on dialect…
Browse files Browse the repository at this point in the history
…s that do not support identity columns

(cherry picked from commit 87fe30b)
  • Loading branch information
gbadner committed Dec 13, 2016
1 parent bffc4b1 commit 9aaf0cd
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -20,6 +20,8 @@
import org.hibernate.cfg.Configuration;
import org.hibernate.cfg.Environment;

import org.hibernate.testing.DialectChecks;
import org.hibernate.testing.RequiresDialectFeature;
import org.hibernate.testing.TestForIssue;
import org.hibernate.testing.cache.CachingRegionFactory;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
Expand All @@ -30,6 +32,7 @@
/**
* @author Alex Burgel
*/
@RequiresDialectFeature( value = DialectChecks.SupportsIdentityColumns.class, jiraKey = "HHH-11330")
public class IdentifierGeneratorWithNaturalIdCacheTest
extends BaseCoreFunctionalTestCase {

Expand Down

0 comments on commit 9aaf0cd

Please sign in to comment.