File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/loading/multiLoad Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2121import org .hibernate .annotations .CacheConcurrencyStrategy ;
2222import org .hibernate .annotations .NaturalId ;
2323import org .hibernate .cfg .AvailableSettings ;
24+ import org .hibernate .dialect .CockroachDialect ;
2425import org .hibernate .dialect .Dialect ;
2526import org .hibernate .dialect .HSQLDialect ;
2627import org .hibernate .dialect .PostgreSQLDialect ;
6768 // The tests don't actually fail for the dialects below, skipping them so that the non-occurring expected failure doesn't fail the Test case
6869 value = {
6970 @ SkipForDialect (dialectClass = PostgreSQLDialect .class , matchSubTypes = true ),
71+ @ SkipForDialect (dialectClass = CockroachDialect .class , matchSubTypes = true ),
7072 @ SkipForDialect (dialectClass = HSQLDialect .class ),
7173 }
7274)
You can’t perform that action at this time.
0 commit comments