mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] Fix typo in BUILDING docs (#126649)
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
This commit is contained in:
parent
dbedc51cee
commit
a64598d77f
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ To wire this registered cluster into a `TestClusterAware` task (e.g. `RestIntegT
|
|||
Additional integration tests for a certain Elasticsearch modules that are specific to certain cluster configuration can be declared in a separate so called `qa` subproject of your module.
|
||||
|
||||
The benefit of a dedicated project for these tests are:
|
||||
- `qa` projects are dedicated two specific use-cases and easier to maintain
|
||||
- `qa` projects are dedicated to specific use-cases and easier to maintain
|
||||
- It keeps the specific test logic separated from the common test logic.
|
||||
- You can run those tests in parallel to other projects of the build.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue