We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b09d9e commit 4688072Copy full SHA for 4688072
documentation/src/docs/asciidoc/user-guide/writing-tests.adoc
@@ -2031,7 +2031,7 @@ parallel.
2031
.Running tests in isolation
2032
====
2033
If most of your test classes can be run in parallel without any synchronization but you
2034
-have a some test classes that need to run in isolation, you can mark the latter with the
+have some test classes that need to run in isolation, you can mark the latter with the
2035
`{Isolated}` annotation. Tests in such classes are executed sequentially without any other
2036
tests running at the same time.
2037
0 commit comments