Skip to content

Commit 51b7e0d

Browse files
committed
delete failing functionapp test
1 parent 9a57ac3 commit 51b7e0d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2419,19 +2419,6 @@ def test_functionapp_on_linux_version_error(self, resource_group, storage_accoun
24192419
self.cmd('functionapp create -g {} -n {} --plan {} -s {} --runtime python --runtime-version 4.8'
24202420
.format(resource_group, functionapp, plan, storage_account), expect_failure=True)
24212421

2422-
@ResourceGroupPreparer(location=LINUX_ASP_LOCATION_FUNCTIONAPP)
2423-
@StorageAccountPreparer()
2424-
def test_functionapp_on_linux_consumption_python_39(self, resource_group, storage_account):
2425-
functionapp = self.create_random_name(
2426-
prefix='functionapp-linux', length=24)
2427-
self.cmd('functionapp create -g {} -n {} -c {} -s {} --os-type linux --runtime python --functions-version 4 --runtime-version 3.9'
2428-
.format(resource_group, functionapp, LINUX_ASP_LOCATION_FUNCTIONAPP, storage_account), checks=[
2429-
JMESPathCheck('name', functionapp)
2430-
])
2431-
2432-
self.cmd('functionapp config show -g {} -n {}'.format(resource_group, functionapp), checks=[
2433-
JMESPathCheck('linuxFxVersion', 'Python|3.9')])
2434-
24352422
@ResourceGroupPreparer(location=LINUX_ASP_LOCATION_FUNCTIONAPP)
24362423
@StorageAccountPreparer()
24372424
def test_functionapp_on_linux_functions_version(self, resource_group, storage_account):

0 commit comments

Comments
 (0)