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 efdcbfa commit b9dc12fCopy full SHA for b9dc12f
Tests/Common.ps1
@@ -89,6 +89,7 @@ function Initialize-CommonTestSetup
89
Reset-GitHubConfiguration
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
}
94
95
Initialize-CommonTestSetup
0 commit comments