Skip to content

Commit 8c46c3a

Browse files
authored
{ACR} Disable test temporarily to unblock CI checks (#33060)
1 parent 15fec7b commit 8c46c3a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/azure-cli/azure/cli/command_modules/acr/tests/latest/test_acr_connectedregistry_commands.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# --------------------------------------------------------------------------------------------
55

66
from azure.cli.testsdk import ScenarioTest, StorageAccountPreparer, ResourceGroupPreparer, record_only
7+
from azure.cli.testsdk.scenario_tests import live_only
78
from azure.cli.testsdk.scenario_tests import AllowLargeResponse
89

910

@@ -165,6 +166,7 @@ def test_acr_connectedregistry(self, resource_group):
165166
# Delete registry
166167
self.cmd('acr delete -n {registry_name} -g {rg} -y')
167168

169+
@live_only()
168170
@ResourceGroupPreparer()
169171
@AllowLargeResponse(size_kb=99999)
170172
def test_acr_connectedregistry_dedicated_endpoint_not_enabled(self, resource_group, resource_group_location):

0 commit comments

Comments
 (0)