Skip to content

Commit f154e4d

Browse files
committed
skip tests
1 parent 7948ad4 commit f154e4d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/azure-cli/azure/cli/command_modules/appservice/tests/latest/test_functionapp_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,7 @@ def test_functionapp_slot_swap(self, resource_group, storage_account):
20632063

20642064

20652065
class FunctionAppKeysTests(ScenarioTest):
2066+
@live_only() # TODO to be fixed
20662067
@ResourceGroupPreparer(location=WINDOWS_ASP_LOCATION_FUNCTIONAPP)
20672068
@StorageAccountPreparer()
20682069
def test_functionapp_keys_set(self, resource_group, storage_account):

src/azure-cli/azure/cli/command_modules/appservice/tests/latest/test_webapp_commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,6 +1576,7 @@ def test_webapp_cors(self, resource_group):
15761576
self.cmd('webapp cors show -g {rg} -n {web} --slot {slot}',
15771577
checks=self.check('allowedOrigins', []))
15781578

1579+
@live_only() # TODO to be fixed
15791580
@ResourceGroupPreparer(location=WINDOWS_ASP_LOCATION_WEBAPP)
15801581
@StorageAccountPreparer()
15811582
def test_functionapp_cors(self, resource_group, storage_account):

0 commit comments

Comments
 (0)