diff options
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 949b326a94..98d827d04c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -832,4 +832,13 @@ limitations under the License. </plugin> </plugins> </build> + <profiles> + <profile> + <id>all-for-integration-tests-only</id> + <properties> + <surefire.skip.tests>true</surefire.skip.tests> + <skipTest>false</skipTest> + </properties> + </profile> + </profiles> </project> |