Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 8688ddc

Browse files
author
Marek Potociar
committed
Performance tests disabled by default in build.
- enable by setting “skip.perf.tests” property to “false”. Change-Id: I618c37a15d7295d2a929a74141b29ca49447c438 Signed-off-by: Marek Potociar <[email protected]>
1 parent 2bc1fcb commit 8688ddc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/performance/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@
6060
<module>test-cases/mbw-parametrized</module>
6161
<module>tools</module>
6262
</modules>
63+
64+
<properties>
65+
<skip.perf.tests>true</skip.perf.tests>
66+
<skip.tests>${skip.perf.tests}</skip.tests>
67+
</properties>
6368
</project>

0 commit comments

Comments
 (0)