Skip to content

Commit 0e0d825

Browse files
gsmetgunnarmorling
authored andcommitted
Mark a test as candidate for the TCK
1 parent d2ea4b8 commit 0e0d825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

engine/src/test/java/org/hibernate/validator/test/internal/engine/groups/validation/GroupValidationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import javax.validation.Validator;
3030

3131
import org.hibernate.validator.testutil.TestForIssue;
32-
32+
import org.hibernate.validator.testutils.CandidateForTck;
3333
import org.testng.annotations.BeforeMethod;
3434
import org.testng.annotations.Test;
3535

@@ -46,6 +46,7 @@ public void setUp() {
4646

4747
@Test
4848
@TestForIssue(jiraKey = "HV-678")
49+
@CandidateForTck
4950
public void testConstraintIsOnlyValidatedOnceEvenWhenPartOfMultipleGroups() {
5051
A a = new A();
5152

0 commit comments

Comments
 (0)