From a5b4294dc55f1e98701b30d098e670d4fee5fbba Mon Sep 17 00:00:00 2001 From: Akhil Jha <38880644+akhil-jha@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:35:30 +0530 Subject: [PATCH] ci: Disable beta integration testing for backend repo --- deploy/testing-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/testing-integration.yaml b/deploy/testing-integration.yaml index 3ba3257e..e74ef7bf 100644 --- a/deploy/testing-integration.yaml +++ b/deploy/testing-integration.yaml @@ -131,7 +131,7 @@ parameters: - name: ENV_FOR_DYNACONF value: stage_proxy - name: USE_BETA - value: "true" + value: "false" - name: IQE_PLUGINS value: hms_integration - name: IQE_MARKER_EXPRESSION