Skip to content

Commit 64958e6

Browse files
committed
fix: remove live_only, use modified recordings
1 parent 4dcdc24 commit 64958e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/azure-cli/azure/cli/command_modules/acs/tests/latest/test_aks_commands.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12748,7 +12748,6 @@ def test_aks_create_add_nodepool_with_motd(self, resource_group, resource_group_
1274812748
'aks delete -g {resource_group} -n {name} --yes --no-wait', checks=[self.is_empty()])
1274912749

1275012750

12751-
@live_only()
1275212751
@AllowLargeResponse()
1275312752
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
1275412753
def test_aks_create_add_nodepool_with_custom_ca_trust_certificates(self, resource_group, resource_group_location):
@@ -12779,7 +12778,6 @@ def test_aks_create_add_nodepool_with_custom_ca_trust_certificates(self, resourc
1277912778
self.cmd(
1278012779
'aks delete -g {resource_group} -n {name} --yes --no-wait', checks=[self.is_empty()])
1278112780

12782-
@live_only()
1278312781
@AllowLargeResponse()
1278412782
@AKSCustomResourceGroupPreparer(random_name_length=17, name_prefix='clitest', location='westus2')
1278512783
def test_aks_update_remove_custom_ca_trust_certificates(self, resource_group, resource_group_location):

0 commit comments

Comments
 (0)