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 21
21
import org .hibernate .annotations .CacheConcurrencyStrategy ;
22
22
import org .hibernate .annotations .NaturalId ;
23
23
import org .hibernate .cfg .AvailableSettings ;
24
+ import org .hibernate .dialect .CockroachDialect ;
24
25
import org .hibernate .dialect .Dialect ;
25
26
import org .hibernate .dialect .HSQLDialect ;
26
27
import org .hibernate .dialect .PostgreSQLDialect ;
67
68
// 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
68
69
value = {
69
70
@ SkipForDialect (dialectClass = PostgreSQLDialect .class , matchSubTypes = true ),
71
+ @ SkipForDialect (dialectClass = CockroachDialect .class , matchSubTypes = true ),
70
72
@ SkipForDialect (dialectClass = HSQLDialect .class ),
71
73
}
72
74
)
You can’t perform that action at this time.
0 commit comments