Skip to content

Commit

Permalink
Merge pull request #820 from jsanda/disable-deletemetrics-itests
Browse files Browse the repository at this point in the history
Disable problematic tests from build until we get them fixed
  • Loading branch information
burmanm committed Apr 24, 2017
2 parents 4f35ab7 + 5686b8a commit 83ae6e4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions core/metrics-core-service/pom.xml
Expand Up @@ -236,10 +236,11 @@
<include>**/*ITest*</include>
</includes>
<excludes>
<exclude>**/RatesITest.java</exclude>
<exclude>**/GenerateRateITest.java</exclude>
<exclude>**/CreateTenantsITest.java</exclude>
<exclude>**/CreateTenantsSchedulerITest.java</exclude>
<!--
DeleteExpiredMetricsJobITest has intermittent failures which happen frequently both on travis and
locally. I have created HWKMETRICS-662 as a reminder to fix and re-enable them.
-->
<exclude>**/DeleteExpiredMetricsJobITest.java</exclude>
</excludes>
<systemPropertyVariables>
<resetdb>${resetdb}</resetdb>
Expand Down

0 comments on commit 83ae6e4

Please sign in to comment.