File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
hibernate-core/src/test/java/org/hibernate/orm/test/locking Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1010import jakarta .persistence .ManyToOne ;
1111import jakarta .persistence .OneToMany ;
1212import org .hibernate .LockMode ;
13+ import org .hibernate .community .dialect .InformixDialect ;
1314import org .hibernate .testing .orm .junit .DomainModel ;
1415import org .hibernate .testing .orm .junit .JiraKey ;
1516import org .hibernate .testing .orm .junit .SessionFactory ;
1617import org .hibernate .testing .orm .junit .SessionFactoryScope ;
18+ import org .hibernate .testing .orm .junit .SkipForDialect ;
1719import org .junit .jupiter .api .AfterEach ;
1820import org .junit .jupiter .api .Test ;
1921
2931 }
3032)
3133@ SessionFactory
34+ @ SkipForDialect (dialectClass = InformixDialect .class ,
35+ reason = "Cursor must be on simple SELECT for FOR UPDATE" )
3236public class UpgradeNoWaitLockTest {
3337
3438 @ AfterEach
You can’t perform that action at this time.
0 commit comments