diff options
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 735673d7a6..d3045e51fb 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -1117,6 +1117,7 @@ limitations under the License. <name>${docker.namespace}/sdc-integration-tests-init</name> <alias>integration-tests-init</alias> <build> + <skip>${it.test-model.disabled}</skip> <cleanup>try</cleanup> <dockerFileDir>${project.basedir}/integration-tests-init</dockerFileDir> <tags> |