Skip to content

Commit

Permalink
Disable Azure.Management.KeyVault live tests (#12291)
Browse files Browse the repository at this point in the history
* Disable Azure.Management.KeyVault live tests

Disable until #12211 is fixed.

* Double polling time for deleted secrets
  • Loading branch information
heaths authored May 26, 2020
1 parent e2f8099 commit 9728cb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Azure.Security.KeyVault.Secrets.Tests
[NonParallelizable]
public abstract class SecretsTestBase : RecordedTestBase<KeyVaultTestEnvironment>
{
protected readonly TimeSpan PollingInterval = TimeSpan.FromSeconds(5);
protected readonly TimeSpan PollingInterval = TimeSpan.FromSeconds(10);
private readonly SecretClientOptions.ServiceVersion _serviceVersion;

public SecretClient Client { get; set; }
Expand Down
6 changes: 6 additions & 0 deletions sdk/keyvault/service.projects
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<ItemGroup>
<!-- Remove mgmt plane tests from nightly live runs: https://github.com/Azure/azure-sdk-for-net/issues/12211 -->
<ProjectReference Remove="$(MSBuildThisFileDirectory)Azure.Management.KeyVault\tests\Azure.Management.KeyVault.Tests.csproj" Condition="'$(AZURE_KEYVAULT_TEST_MODE)' == 'Live'" />
</ItemGroup>
</Project>

0 comments on commit 9728cb2

Please sign in to comment.