jdaugherty commented on code in PR #14668: URL: https://github.com/apache/grails-core/pull/14668#discussion_r2058589290
########## grails-datamapping-core-test/src/test/groovy/org/grails/datastore/gorm/CustomAutoTimestampSpec.groovy: ########## @@ -22,15 +22,9 @@ import grails.gorm.annotation.AutoTimestamp import grails.gorm.tests.GormDatastoreSpec import grails.persistence.Entity import org.grails.datastore.gorm.events.AutoTimestampEventListener -import spock.lang.IgnoreIf -import spock.lang.Retry -import spock.lang.Stepwise import static grails.gorm.annotation.AutoTimestamp.EventType.CREATED -@Retry // this test is flaky on CI due to https://github.com/apache/grails-data-mapping/issues/1877 Review Comment: it fails in parallel tests; i have had it fail locally sporadically and it seems to consistently fail on the windows 23 build -- 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]
