Skip to content

Commit

Permalink
Disable halt on failure (cf. #1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Sep 13, 2024
1 parent 09c0c0a commit 2b5e024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ under the License.
<caffeine.version>3.1.8</caffeine.version>
<xsoup.version>0.3.7</xsoup.version>
<awaitility.version>4.2.0</awaitility.version>
<jacoco.haltOnFailure>true</jacoco.haltOnFailure>
<!-- XXX https://github.com/apache/incubator-stormcrawler/issues/1298 -->
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
<jacoco.classRatio>0.73</jacoco.classRatio>
<jacoco.instructionRatio>0.56</jacoco.instructionRatio>
<jacoco.methodRatio>0.62</jacoco.methodRatio>
Expand Down

0 comments on commit 2b5e024

Please sign in to comment.