Skip to content

Commit

Permalink
disable KV tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan G committed Jan 3, 2020
1 parent 1368121 commit 537ed8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Config.Net.Tests/Virtual/VirtualStoreTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected override IConfigStore CreateStore()
}
}

public class AzureKeyVaultConfigStoreTest : VirtualStoreTest
/*public class AzureKeyVaultConfigStoreTest : VirtualStoreTest
{
protected override IConfigStore CreateStore()
{
Expand All @@ -167,7 +167,7 @@ protected override IConfigStore CreateStore()
creds.AzureKeyVaultClientId,
creds.AzureKeyVaultSecret);
}
}
}*/

public class AzureDevOpsVariableSetConfigStoreTest : VirtualStoreTest
{
Expand Down

0 comments on commit 537ed8d

Please sign in to comment.