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 738d825 commit b9e1708Copy full SHA for b9e1708
Tests/Common.ps1
@@ -90,6 +90,7 @@ function Initialize-CommonTestSetup
90
Set-GitHubConfiguration -DisableTelemetry # We don't want UT's to impact telemetry
91
Set-GitHubConfiguration -LogRequestBody # Make it easier to debug UT failures
92
Set-GitHubConfiguration -DefaultNoStatus # Status corrupts the raw CI logs for Linux and Mac, and makes runs take slightly longer.
93
+ Set-GitHubConfiguration -DisableUpdateCheck # The update check is unnecessary during tests.
94
}
95
96
Initialize-CommonTestSetup
0 commit comments