diff --git a/test/functional-portable/corerp/cloud/resources/persistent_volume_test.go b/test/functional-portable/corerp/cloud/resources/persistent_volume_test.go index a86b878da3..9722ffa6b3 100644 --- a/test/functional-portable/corerp/cloud/resources/persistent_volume_test.go +++ b/test/functional-portable/corerp/cloud/resources/persistent_volume_test.go @@ -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" diff --git a/test/functional-portable/corerp/cloud/resources/storage_test.go b/test/functional-portable/corerp/cloud/resources/storage_test.go index 324d0f900f..fa1cf3b4ee 100644 --- a/test/functional-portable/corerp/cloud/resources/storage_test.go +++ b/test/functional-portable/corerp/cloud/resources/storage_test.go @@ -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"