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.
1 parent 7a6ffd9 commit 00d9eacCopy full SHA for 00d9eac
grails-core/src/test/groovy/org/grails/config/PropertySourcesConfigSpec.groovy
@@ -51,6 +51,14 @@ class PropertySourcesConfigSpec extends Specification {
51
52
}
53
54
+ /*
55
+
56
+ We need to settle on whether the following is a bug or not.
57
+ There are some tests in ConfigMapSpec that indirectly assert some
58
+ behavior that I think would be inconsistent with making the following
59
+ test pass.
60
61
+ */
62
@Ignore
63
@Issue('grails/grails-core#10188')
64
void 'test replacing nested property values'() {
0 commit comments