Merge "Pass TEST_PLAN_NAME_PREFIX parameter to swarm-testrail-report job"
diff --git a/tcp_tests/tests/system/test_cvp_pipelines.py b/tcp_tests/tests/system/test_cvp_pipelines.py
index 0a0d27c..ce33806 100644
--- a/tcp_tests/tests/system/test_cvp_pipelines.py
+++ b/tcp_tests/tests/system/test_cvp_pipelines.py
@@ -133,7 +133,10 @@
         job_parameters = {
             'TEST_SET': '/var/lib/cvp-sanity/cvp_checks/tests/',
             'TESTS_SETTINGS': (
-                'drivetrain_version={0};{1}'
+                "skipped_packages='python-setuptools,"
+                "python-pkg-resources,xunitmerge', "
+                "skipped_services='docker, "
+                "containerd'; drivetrain_version={0};{1}"
                 .format(settings.MCP_VERSION, ntp_skipped_nodes)),
         }