This is an automated email from the ASF dual-hosted git repository. borinquenkid pushed a commit to branch 8.0.x-hibernate7 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit b88333efbf976d724f322449208332615a289d9e Author: Walter B Duque de Estrada <[email protected]> AuthorDate: Sun Jan 25 11:16:18 2026 -0600 progress --- .../org/apache/grails/data/testing/tck/tests/GroovyProxySpec.groovy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/tests/GroovyProxySpec.groovy b/grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/tests/GroovyProxySpec.groovy index 699e62406e..0562613020 100644 --- a/grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/tests/GroovyProxySpec.groovy +++ b/grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/tests/GroovyProxySpec.groovy @@ -27,7 +27,10 @@ import spock.lang.IgnoreIf /** * @author graemerocher */ -@IgnoreIf({ System.getProperty('hibernate5.gorm.suite') || System.getProperty('hibernate6.gorm.suite') }) +@IgnoreIf({ System.getProperty('hibernate5.gorm.suite') + || System.getProperty('hibernate6.gorm.suite') + || System.getProperty('hibernate7.gorm.suite') +}) // this test is ignored because Groovy proxies are not used with Hibernate class GroovyProxySpec extends GrailsDataTckSpec {
