We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@Ignore
HasManyDefaultMappedBySpec
1 parent 4264dae commit 0f435b9Copy full SHA for 0f435b9
grails-datastore-gorm-test/src/test/groovy/org/grails/datastore/gorm/HasManyDefaultMappedBySpec.groovy
@@ -5,11 +5,8 @@ import grails.persistence.Entity
5
6
import org.grails.datastore.mapping.model.types.Association
7
8
-import spock.lang.Ignore
9
-
10
class HasManyDefaultMappedBySpec extends GormDatastoreSpec {
11
12
- @Ignore
13
void "Test that has-many with multiple potential matches for the other side matches correctly"() {
14
15
when:"A has many with multiple potential matching sides is retrieved"
0 commit comments