mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
Merge pull request #12248 from rmuir/systemassertions
enable system assertions
This commit is contained in:
commit
5174232c11
2
pom.xml
2
pom.xml
@ -606,7 +606,7 @@
|
|||||||
</report-text>
|
</report-text>
|
||||||
<report-execution-times historyLength="20" file="${basedir}/${execution.hint.file}"/>
|
<report-execution-times historyLength="20" file="${basedir}/${execution.hint.file}"/>
|
||||||
</listeners>
|
</listeners>
|
||||||
<assertions>
|
<assertions enableSystemAssertions="true">
|
||||||
<enable/>
|
<enable/>
|
||||||
<disable package="${tests.assertion.disabled}"/>
|
<disable package="${tests.assertion.disabled}"/>
|
||||||
<!-- pass org.elasticsearch to run without assertions -->
|
<!-- pass org.elasticsearch to run without assertions -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user