Skip to content

Upgrade maven surefire plugin version

Mina Otgonbold requested to merge flexible-integration-test into master

Currently health integration test and swagger integration tests are running as one of the default integration test. If the cloud provider requires token for all requests, these integration tests fail as it doesn't send any token in the request. To disable these health integration test, we need to upgrade the maven surefire plugin version as 2.. versions not supporting this functionality. With this MR, it is more flexible to choose health integration tests to run or not at the mvn command level.

Reference: https://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html https://maven.apache.org/surefire/maven-surefire-plugin/history.html

Merge request reports

Loading