Add these two props for consistency, so we aren't confused
when we deduplicate with elasticsearch-parent
This commit is contained in:
parent
c949ce00e8
commit
3dd706f1e6
2
pom.xml
2
pom.xml
|
@ -616,6 +616,8 @@
|
||||||
<tests.timeoutSuite>${tests.timeoutSuite}</tests.timeoutSuite>
|
<tests.timeoutSuite>${tests.timeoutSuite}</tests.timeoutSuite>
|
||||||
<tests.showSuccess>${tests.showSuccess}</tests.showSuccess>
|
<tests.showSuccess>${tests.showSuccess}</tests.showSuccess>
|
||||||
<tests.integration>${tests.integration}</tests.integration>
|
<tests.integration>${tests.integration}</tests.integration>
|
||||||
|
<tests.thirdparty>${tests.thirdparty}</tests.thirdparty>
|
||||||
|
<tests.config>${tests.config}</tests.config>
|
||||||
<tests.client.ratio>${tests.client.ratio}</tests.client.ratio>
|
<tests.client.ratio>${tests.client.ratio}</tests.client.ratio>
|
||||||
<tests.enable_mock_modules>${tests.enable_mock_modules}</tests.enable_mock_modules>
|
<tests.enable_mock_modules>${tests.enable_mock_modules}</tests.enable_mock_modules>
|
||||||
<tests.assertion.disabled>${tests.assertion.disabled}</tests.assertion.disabled>
|
<tests.assertion.disabled>${tests.assertion.disabled}</tests.assertion.disabled>
|
||||||
|
|
Loading…
Reference in New Issue