Polish "Document that test slices should not be combined"

Closes gh-15310
This commit is contained in:
Andy Wilkinson 2018-11-27 15:49:37 +00:00
parent 29cd1cc762
commit 760003b9d7
1 changed files with 1 additions and 1 deletions

View File

@ -6837,7 +6837,7 @@ restricted set of auto-configuration classes. If you need to exclude one of them
most `@...Test` annotations provide an `excludeAutoConfiguration` attribute.
Alternatively, you can use `@ImportAutoConfiguration#exclude`.
NOTE: Including multiple "`slices`" via the several `@...Test` annotations in one test is
NOTE: Including multiple "`slices`" by using several `@...Test` annotations in one test is
not supported. If you need multiple "`slices`", pick one of the `@...Test` annotations
and include the `@AutoConfigure...` annotations of the other "`slices`" by hand.