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 authored and ClemensRobbenhaar committed May 21, 2020
1 parent 44f24c1 commit 25dc2ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<xwiki.jacoco.instructionRatio>0.80</xwiki.jacoco.instructionRatio>
<!-- 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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
<description>XWiki Platform - Default</description>
<properties>
<xwiki.jacoco.instructionRatio>0.73</xwiki.jacoco.instructionRatio>
<xwiki.pitest.mutationThreshold>71</xwiki.pitest.mutationThreshold>
<!-- TODO: Put back threshold of 71% when
https://github.com/STAMP-project/pitest-descartes/issues/131 is fixed -->
<xwiki.pitest.mutationThreshold>70</xwiki.pitest.mutationThreshold>
<xwiki.extension.features>
<!-- Contrib extension to provide groups tab feature to pre 10.8 wikis -->
org.xwiki.contrib.membership:application-membership-default
Expand Down

0 comments on commit 25dc2ae

Please sign in to comment.