We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cd020 commit f106713Copy full SHA for f106713
src/ResourceManager/Resources/Commands.Resources.Test/ScenarioTests/DeploymentTests.cs
@@ -30,7 +30,7 @@ public void TestNewDeploymentFromTemplateFile()
30
ResourcesController.NewInstance.RunPsTest("Test-NewDeploymentFromTemplateFile");
31
}
32
33
- [Fact]
+ [Fact(Skip = "Fix acquisition of TenantId in KeyVault Test.")]
34
public void TestNewDeploymentWithKeyVaultReference()
35
{
36
ResourcesController.NewInstance.RunPsTest("Test-NewDeploymentWithKeyVaultReference");
0 commit comments