jdaugherty commented on code in PR #15654:
URL: https://github.com/apache/grails-core/pull/15654#discussion_r3227156825
##########
grails-datamapping-tck/src/main/groovy/org/apache/grails/data/testing/tck/tests/ValidationSpec.groovy:
##########
@@ -45,7 +45,7 @@ class ValidationSpec extends GrailsDataTckSpec {
}
// Hibernate did not originally have this test and it fails for it
- @PendingFeatureIf({ System.getProperty('hibernate5.gorm.suite') })
+ @PendingFeatureIf({ System.getProperty('hibernate5.gorm.suite') ||
System.getProperty('hibernate7.gorm.suite')})
Review Comment:
I thought we weren't running codenarc on our tests? (I don't mind fixing
this though)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]