Skip to content

Commit

Permalink
[Misc] Fix pitest/descartes flicker, see STAMP-project/pitest-descart…
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed May 14, 2020
1 parent c0778ec commit ebf18bf
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
<description>XWiki Platform - Configuration - Default</description>
<properties>
<xwiki.jacoco.instructionRatio>0.80</xwiki.jacoco.instructionRatio>
<xwiki.pitest.mutationThreshold>78</xwiki.pitest.mutationThreshold>
<!-- TODO: Put back threshold of 87% when
https://github.com/STAMP-project/pitest-descartes/issues/130 is fixed -->
<!-- -->
<xwiki.pitest.mutationThreshold>76</xwiki.pitest.mutationThreshold>
<!-- TODO: Remove once the tests have been fixed to not output anything to the console! -->
<xwiki.surefire.captureconsole.skip>true</xwiki.surefire.captureconsole.skip>
</properties>
Expand Down

0 comments on commit ebf18bf

Please sign in to comment.