Skip to content

Commit 4213a31

Browse files
committed
Fix failing test due to CUSTOM_COMPILATION Group
1 parent 22454c8 commit 4213a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/test/java/org/springframework/tests/TestGroupTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void parseMissing() throws Exception {
6464
thrown.expect(IllegalArgumentException.class);
6565
thrown.expectMessage("Unable to find test group 'missing' when parsing " +
6666
"testGroups value: 'performance, missing'. Available groups include: " +
67-
"[LONG_RUNNING,PERFORMANCE,JMXMP,CI]");
67+
"[LONG_RUNNING,PERFORMANCE,JMXMP,CI,CUSTOM_COMPILATION]");
6868
TestGroup.parse("performance, missing");
6969
}
7070

0 commit comments

Comments
 (0)