Skip to content

Commit 0d3af82

Browse files
committed
Disable AzConfig tests by default.
1 parent b25df0a commit 0d3af82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Microsoft.Configuration.ConfigurationBuilders.Test/AzureAppConfigTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class AzureAppConfigTests
4646

4747

4848
// Update this to true to enable AzConfig tests.
49-
public static bool AppConfigTestsEnabled => true;
49+
public static bool AppConfigTestsEnabled => false;
5050
// Update this to true if the structure of the config store matches what is described below.
5151
// OTOH, if the 'history' of the entries has been lost (cleared after 7 or 30 days depending
5252
// on the subscription plan) then only the most recent values remain and test verification

0 commit comments

Comments
 (0)