Skip to content

Commit ea7c95e

Browse files
committed
skip test for hibernate6 in addition to hibernate5
1 parent a3ee2c1 commit ea7c95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-datastore-gorm-tck/src/main/groovy/grails/gorm/tests/DirtyCheckingSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class DirtyCheckingSpec extends GormDatastoreSpec {
151151
TestAuthor.deleteAll()
152152
}
153153

154-
@IgnoreIf({ Boolean.getBoolean("hibernate5.gorm.suite")}) // because one-to-one association loads eagerly in the Hibernate
154+
@IgnoreIf({ Boolean.getBoolean("hibernate5.gorm.suite") || Boolean.getBoolean("hibernate6.gorm.suite")}) // because one-to-one association loads eagerly in the Hibernate
155155
void "test initialized proxy is not marked as dirty"() {
156156

157157
given:

0 commit comments

Comments
 (0)