@@ -3364,6 +3364,7 @@ def test_functionapp_vnet_integration_consumption_plan(self, resource_group, sto
33643364 JMESPathCheck ('length(@)' , 0 ),
33653365 ])
33663366
3367+ @unittest .skip ("Skipping the test because of public network storage restriction." )
33673368 @ResourceGroupPreparer (location = WINDOWS_ASP_LOCATION_FUNCTIONAPP )
33683369 def test_functionapp_consumption_disabled_public_network_access_storage (self , resource_group ):
33693370 functionapp_name = self .create_random_name ('functionapp' , 24 )
@@ -3375,6 +3376,7 @@ def test_functionapp_consumption_disabled_public_network_access_storage(self, re
33753376 self .cmd ('functionapp create -g {} -n {} -s {} --consumption-plan-location {} --functions-version 4' .format (resource_group , functionapp_name , storage_account , WINDOWS_ASP_LOCATION_FUNCTIONAPP ))
33763377
33773378
3379+ @unittest .skip ("Skipping the test because of public network storage restriction." )
33783380 @ResourceGroupPreparer (location = WINDOWS_ASP_LOCATION_FUNCTIONAPP )
33793381 def test_functionapp_consumption_restricted_public_network_access_storage (self , resource_group ):
33803382 functionapp_name = self .create_random_name ('functionapp' , 24 )
@@ -3386,6 +3388,7 @@ def test_functionapp_consumption_restricted_public_network_access_storage(self,
33863388 self .cmd ('functionapp create -g {} -n {} -s {} --consumption-plan-location {} --functions-version 4' .format (resource_group , functionapp_name , storage_account , WINDOWS_ASP_LOCATION_FUNCTIONAPP ))
33873389
33883390
3391+ @unittest .skip ("Skipping the test because of public network storage restriction." )
33893392 @ResourceGroupPreparer (location = WINDOWS_ASP_LOCATION_FUNCTIONAPP )
33903393 def test_functionapp_elastic_premium_restricted_public_network_access_storage_no_vnet (self , resource_group ):
33913394 functionapp_name = self .create_random_name ('functionapp' , 24 )
@@ -3400,6 +3403,7 @@ def test_functionapp_elastic_premium_restricted_public_network_access_storage_no
34003403 self .cmd ('functionapp create -g {} -n {} -s {} -p {} --functions-version 4' .format (resource_group , functionapp_name , storage_account , ep_plan_name ))
34013404
34023405
3406+ @unittest .skip ("Skipping the test because of public network storage restriction." )
34033407 @ResourceGroupPreparer (location = WINDOWS_ASP_LOCATION_FUNCTIONAPP )
34043408 def test_functionapp_elastic_premium_restricted_public_network_access_storage_mutually_exclusive_flags (self , resource_group ):
34053409 functionapp_name = self .create_random_name ('functionapp' , 24 )
0 commit comments