Skip to content

Commit

Permalink
temporarily disabled akv managed identity test (#1438)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <[email protected]>
  • Loading branch information
berndverst authored Jan 14, 2022
1 parent 0f23986 commit c95b691
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ func TestKeyVault(t *testing.T) {
}

flow.New(t, "keyvault authentication using managed identity").
Step("Test secret access using managed identity authentication", managedIdentityTest).
Run()
Step("Test secret access using managed identity authentication", managedIdentityTest)
// temporarily disable the managed identity test until we decide whether to remove this test or find a different way to spin up the required environment.
// Run().
}

0 comments on commit c95b691

Please sign in to comment.