We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25df0a commit 0d3af82Copy full SHA for 0d3af82
1 file changed
test/Microsoft.Configuration.ConfigurationBuilders.Test/AzureAppConfigTests.cs
@@ -46,7 +46,7 @@ public class AzureAppConfigTests
46
47
48
// Update this to true to enable AzConfig tests.
49
- public static bool AppConfigTestsEnabled => true;
+ public static bool AppConfigTestsEnabled => false;
50
// Update this to true if the structure of the config store matches what is described below.
51
// OTOH, if the 'history' of the entries has been lost (cleared after 7 or 30 days depending
52
// on the subscription plan) then only the most recent values remain and test verification
0 commit comments