File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
grails-test-suite-uber/src/test/groovy/grails/validation Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ class CommandObjectConstraintGettersSpec extends Specification {
2626
2727 // STANDARD COMMAND OBJECT
2828
29+ @Ignore
2930 void ' ensure all public properties are by default constraint properties' () {
3031 SimplePropertiesCommand command = new SimplePropertiesCommand ()
3132
@@ -93,7 +94,6 @@ class CommandObjectConstraintGettersSpec extends Specification {
9394 command. errors. getErrorCount() == 4
9495 }
9596
96- @Ignore
9797 void ' ensure inherited constrained properties are only public ones' () {
9898 when : ' constrained properties map is get on child class'
9999 Map constrainedProperties = InheritedPropertiesCommand . getConstraintsMap()
@@ -130,6 +130,7 @@ class CommandObjectConstraintGettersSpec extends Specification {
130130
131131 // COMMAND OBJECT WITH TRAIT
132132
133+ @Ignore
133134 void ' ensure all trait public properties are by default constraint properties' () {
134135 TraitPropertiesCommand command = new TraitPropertiesCommand ()
135136
You can’t perform that action at this time.
0 commit comments