temporarily disabled akv managed identity test (#1438)

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
This commit is contained in:
Bernd Verst 2022-01-13 18:22:53 -08:00 committed by GitHub
parent 0f2398670a
commit c95b6919f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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().
}