We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fe857 commit e427ac2Copy full SHA for e427ac2
framework-docs/modules/ROOT/pages/testing/testcontext-framework/parallel-test-execution.adoc
@@ -16,6 +16,7 @@ for when not to run tests in parallel.
16
Do not run tests in parallel if the tests:
17
18
* Use Spring Framework's `@DirtiesContext` support.
19
+* Use Spring Framework's `@MockitoBean` or `@MockitoSpyBean` support.
20
* Use Spring Boot's `@MockBean` or `@SpyBean` support.
21
* Use JUnit 4's `@FixMethodOrder` support or any testing framework feature
22
that is designed to ensure that test methods run in a particular order. Note,
0 commit comments