Remove config from [MCP] Integration automation
Since it is a special suite: 1 case executes only on 1 env.
Change-Id: Ic6bf4e008205a7e78f32726dbffbbe4b6e13a6cb
diff --git a/jobs/pipelines/swarm-testrail-report.groovy b/jobs/pipelines/swarm-testrail-report.groovy
index 067ddff..788215c 100644
--- a/jobs/pipelines/swarm-testrail-report.groovy
+++ b/jobs/pipelines/swarm-testrail-report.groovy
@@ -80,7 +80,6 @@
testrail_name_template = '{title}'
reporter_extra_options = [
"--testrail-add-missing-cases",
- "--testrail_configuration_name tcp-qa",
]
ret = shared.upload_results_to_testrail(deployment_report_name, testSuiteName, methodname, testrail_name_template, reporter_extra_options)
common.printMsg(ret.stdout, "blue")