From 01efbdb8887417551767378e0116ea5f85ff44df Mon Sep 17 00:00:00 2001 From: Feiyue Yu Date: Thu, 16 Jan 2020 14:27:57 +0800 Subject: [PATCH] Update test --- .../vm/tests/latest/test_image_builder_commands.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_image_builder_commands.py b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_image_builder_commands.py index f91f4a04bb4..f9626713908 100644 --- a/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_image_builder_commands.py +++ b/src/azure-cli/azure/cli/command_modules/vm/tests/latest/test_image_builder_commands.py @@ -6,7 +6,7 @@ import unittest from knack.util import CLIError -from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer) +from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, live_only) from msrestazure.tools import parse_resource_id @@ -45,7 +45,9 @@ def _assign_ib_permissions(self, rg): # need to manually give IB service permi raise ex pass + # @cus.json has some problem in online CI checks, can't find file @ResourceGroupPreparer(name_prefix='cli_test_image_template_no_defer') + @live_only() def test_image_template_no_defer(self, resource_group, resource_group_location): self._assign_ib_permissions(resource_group)