From 9b36129ce7ed4cd08593f1aff785ca7cb7303e39 Mon Sep 17 00:00:00 2001 From: Nageswara Nandigam Date: Mon, 23 Oct 2023 16:44:40 -0700 Subject: [PATCH] disable agent update --- tests_e2e/orchestrator/runbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_e2e/orchestrator/runbook.yml b/tests_e2e/orchestrator/runbook.yml index 7e19205747..ca9f8dde46 100644 --- a/tests_e2e/orchestrator/runbook.yml +++ b/tests_e2e/orchestrator/runbook.yml @@ -51,7 +51,7 @@ variable: # # The test suites to execute - name: test_suites - value: "agent_bvt, no_outbound_connections, extensions_disabled, agent_not_provisioned, fips, agent_ext_workflow, agent_update" + value: "agent_bvt, no_outbound_connections, extensions_disabled, agent_not_provisioned, fips, agent_ext_workflow" - name: cloud value: "AzureCloud" is_case_visible: true