Skip to content

Commit 760003b

Browse files
committed
Polish "Document that test slices should not be combined"
Closes gh-15310
1 parent 29cd1cc commit 760003b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6837,7 +6837,7 @@ restricted set of auto-configuration classes. If you need to exclude one of them
68376837
most `@...Test` annotations provide an `excludeAutoConfiguration` attribute.
68386838
Alternatively, you can use `@ImportAutoConfiguration#exclude`.
68396839

6840-
NOTE: Including multiple "`slices`" via the several `@...Test` annotations in one test is
6840+
NOTE: Including multiple "`slices`" by using several `@...Test` annotations in one test is
68416841
not supported. If you need multiple "`slices`", pick one of the `@...Test` annotations
68426842
and include the `@AutoConfigure...` annotations of the other "`slices`" by hand.
68436843

0 commit comments

Comments
 (0)