Skip to content

Commit

Permalink
Temporarily disabling tests: Test_Storage and `Test_PersistentVolum…
Browse files Browse the repository at this point in the history
…e` (#7854)

# Description

* Temporarily disabling tests due to failures

## Type of change

<!--

Please select **one** of the following options that describes your
change and delete the others. Clearly identifying the type of change you
are making will help us review your PR faster, and is used in authoring
release notes.

If you are making a bug fix or functionality change to Radius and do not
have an associated issue link please create one now.

-->

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith authored Aug 28, 2024
1 parent 7da87d4 commit a58b8cb
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 @@ -26,6 +26,7 @@ import (
)

func Test_PersistentVolume(t *testing.T) {
t.Skip("https://github.com/radius-project/radius/issues/7853")
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,6 +27,7 @@ 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("https://github.com/radius-project/radius/issues/7853")
template := "testdata/corerp-resources-container-workload.bicep"
name := "corerp-resources-container-workload"
appNamespace := "azstorage-workload-app"
Expand Down

0 comments on commit a58b8cb

Please sign in to comment.