Skip to content

Commit b72eb62

Browse files
committed
test: unignore passing test in WhereMethodSpec
The test `WhereMethodSpec."Test rlike query"` was previously annotated with `@Ignore`, but it is passing. The comment that "rlike not supported by all datastores yet" should not be relevant, as this test runs exclusively in the `grails-datastore-gorm-test` project where it passes successfully.
1 parent b1463b2 commit b72eb62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

grails-datastore-gorm-test/src/test/groovy/grails/gorm/tests/WhereMethodSpec.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,8 +1195,6 @@ class Project {
11951195

11961196
}
11971197

1198-
// Could we use @PendingFeatureIf here?
1199-
@Ignore('rlike not supported by all datastores yet')
12001198
def "Test rlike query"() {
12011199
given:"A bunch of people"
12021200
createPeople()

0 commit comments

Comments
 (0)