From efb449461df0737942a9484f85fba0eb70326cde Mon Sep 17 00:00:00 2001 From: willdavsmith Date: Wed, 7 Aug 2024 16:58:10 -0700 Subject: [PATCH] FT WI Signed-off-by: willdavsmith --- .../corerp/cloud/resources/recipe_terraform_test.go | 1 + test/functional-portable/corerp/cloud/resources/storage_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/test/functional-portable/corerp/cloud/resources/recipe_terraform_test.go b/test/functional-portable/corerp/cloud/resources/recipe_terraform_test.go index dea73ad807..7d32953c5c 100644 --- a/test/functional-portable/corerp/cloud/resources/recipe_terraform_test.go +++ b/test/functional-portable/corerp/cloud/resources/recipe_terraform_test.go @@ -46,6 +46,7 @@ var ( // Test_TerraformRecipe_AzureStorage creates an Extender resource consuming a Terraform recipe that deploys an Azure blob storage instance. func Test_TerraformRecipe_AzureStorage(t *testing.T) { + t.Skip() template := "testdata/corerp-resources-terraform-azurestorage.bicep" name := "corerp-resources-terraform-azstorage" appName := "corerp-resources-terraform-azstorage-app" diff --git a/test/functional-portable/corerp/cloud/resources/storage_test.go b/test/functional-portable/corerp/cloud/resources/storage_test.go index dcfbde80f6..29d42b1812 100644 --- a/test/functional-portable/corerp/cloud/resources/storage_test.go +++ b/test/functional-portable/corerp/cloud/resources/storage_test.go @@ -27,6 +27,7 @@ import ( // Test_Storage tests if a container can be created and then deleted by the magpiego with the workload identity. func Test_Storage(t *testing.T) { + t.Skip() template := "testdata/corerp-resources-container-workload.bicep" name := "corerp-resources-container-workload" appNamespace := "azstorage-workload-app"