Skip to content

Commit b9e1708

Browse files
Disable the module update check during Pester Tests (#210)
We don't get any value from this update check when running the tests.
1 parent 738d825 commit b9e1708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Common.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ function Initialize-CommonTestSetup
9090
Set-GitHubConfiguration -DisableTelemetry # We don't want UT's to impact telemetry
9191
Set-GitHubConfiguration -LogRequestBody # Make it easier to debug UT failures
9292
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.
9394
}
9495

9596
Initialize-CommonTestSetup

0 commit comments

Comments
 (0)