diff --git a/tests_e2e/tests/agent_not_provisioned/agent_not_provisioned.py b/tests_e2e/tests/agent_not_provisioned/agent_not_provisioned.py index 103c8b44c..f785a5bcd 100755 --- a/tests_e2e/tests/agent_not_provisioned/agent_not_provisioned.py +++ b/tests_e2e/tests/agent_not_provisioned/agent_not_provisioned.py @@ -90,7 +90,8 @@ def run(self): def get_ignore_error_rules(self) -> List[Dict[str, Any]]: return [ {'message': 'Disabling guest agent in accordance with ovf-env.xml'}, - {'message': 'Disabling the guest agent by sleeping forever; to re-enable, remove /var/lib/waagent/disable_agent and restart'} + {'message': 'Disabling the guest agent by sleeping forever; to re-enable, remove /var/lib/waagent/disable_agent and restart'}, + {'message': "To enable VM extensions, also ensure that the VM's osProfile.allowExtensionOperations property is set to true."} ]