diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-07-11 15:45:30 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-07-19 13:35:19 +0000 |
commit | 03f8b0f1d7867908c42a6d130cd0635bd466b175 (patch) | |
tree | b69ec9dfe35b32aa8037095f4fad0dac259ad824 /integration-tests/pom.xml | |
parent | 1d3a357eb20bafc68e1c636fe3296540329d267c (diff) |
Improvement to maven multi-thread run
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I11bc5f262968d5503badc4572a28f18d9eaac124
Issue-ID: SDC-4565
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> |