matrei commented on code in PR #14668:
URL: https://github.com/apache/grails-core/pull/14668#discussion_r2058326690
##########
grails-datamapping-core-test/src/test/groovy/org/grails/datastore/gorm/TckTestSuite.groovy:
##########
@@ -21,14 +21,12 @@ package org.grails.datastore.gorm
import grails.gorm.tck.NotInListSpec
import org.junit.platform.suite.api.SelectClasses
import org.junit.platform.suite.api.Suite
-import spock.lang.IgnoreIf
/**
* Use this class to run tck classes against the current implementation.
*
* @author graemerocher
*/
-@IgnoreIf({ os.windows }) // Fails on windows even though the NotInListSpec is
in the TCK and runs
Review Comment:
It seems it is no longer failing in CI, so we should not need to disable it
at all.
--
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]