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 8, 2024
1 parent b1e6fc2 commit 53b5066
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
)

func Test_PersistentVolume(t *testing.T) {
t.Skip()
template := "testdata/corerp-resources-volume-azure-keyvault.bicep"
name := "corerp-resources-volume-azure-keyvault"
appNamespace := "corerp-resources-volume-azure-keyvault-app"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import (

// Test_Storage tests if a container on an Azure Storage Account 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 53b5066

Please sign in to comment.