Skip to content

Commit 758dbcc

Browse files
Ignore 2 tests, reinstate 1
1 parent 6ac5655 commit 758dbcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grails-test-suite-uber/src/test/groovy/grails/validation/CommandObjectConstraintGettersSpec.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)