Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
qwordy committed Jan 16, 2020
1 parent e52f447 commit 01efbdb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 01efbdb

Please sign in to comment.