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-execution-times historyLength="20" file="${basedir}/${execution.hint.file}"/>
|
||||
</listeners>
|
||||
<assertions>
|
||||
<assertions enableSystemAssertions="true">
|
||||
<enable/>
|
||||
<disable package="${tests.assertion.disabled}"/>
|
||||
<!-- pass org.elasticsearch to run without assertions -->
|
||||
|
|
Loading…
Reference in New Issue