Skip to content

Commit 00d9eac

Browse files
Adding a comment
Related to #10188
1 parent 7a6ffd9 commit 00d9eac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

grails-core/src/test/groovy/org/grails/config/PropertySourcesConfigSpec.groovy

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ class PropertySourcesConfigSpec extends Specification {
5151

5252
}
5353

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+
*/
5462
@Ignore
5563
@Issue('grails/grails-core#10188')
5664
void 'test replacing nested property values'() {

0 commit comments

Comments
 (0)