Skip to content

Commit

Permalink
there is no excuse for allowing evry single plugin to have falky tests.
Browse files Browse the repository at this point in the history
Plugins that have flaky tests due to infra requirements etc should opt
in to this.
  • Loading branch information
jtnord committed Dec 16, 2019
1 parent 320374a commit 4569982
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,17 +1011,6 @@
<maven.repository.update.freqency>always</maven.repository.update.freqency>
</properties>
</profile>
<profile>
<id>rerunFailingTests</id>
<activation>
<property>
<name>!test</name>
</property>
</activation>
<properties>
<surefire.rerunFailingTestsCount>4</surefire.rerunFailingTestsCount>
</properties>
</profile>
<profile>
<id>skip-node-tests</id>
<activation>
Expand Down

0 comments on commit 4569982

Please sign in to comment.