Skip to content

Commit

Permalink
FT WI
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Aug 7, 2024
1 parent 6427e2b commit efb4494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit efb4494

Please sign in to comment.