This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch grails-geb in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit e2398e4728d9042f035076e302f034978202eb37 Author: James Daugherty <[email protected]> AuthorDate: Sun Apr 20 21:33:52 2025 -0400 Remove isolated --- .../groovy/org/grails/datastore/gorm/CustomAutoTimestampSpec.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grails-datamapping-core-test/src/test/groovy/org/grails/datastore/gorm/CustomAutoTimestampSpec.groovy b/grails-datamapping-core-test/src/test/groovy/org/grails/datastore/gorm/CustomAutoTimestampSpec.groovy index 7a06a67344..640911ef3a 100644 --- a/grails-datamapping-core-test/src/test/groovy/org/grails/datastore/gorm/CustomAutoTimestampSpec.groovy +++ b/grails-datamapping-core-test/src/test/groovy/org/grails/datastore/gorm/CustomAutoTimestampSpec.groovy @@ -4,12 +4,12 @@ import grails.gorm.annotation.AutoTimestamp import grails.gorm.tests.GormDatastoreSpec import grails.persistence.Entity import org.grails.datastore.gorm.events.AutoTimestampEventListener -import spock.lang.Isolated +import spock.lang.Retry import spock.lang.Stepwise import static grails.gorm.annotation.AutoTimestamp.EventType.CREATED -@Isolated +@Retry // this test is flaky on CI due to https://github.com/apache/grails-data-mapping/issues/1877 @Stepwise class CustomAutoTimestampSpec extends GormDatastoreSpec {
