For some reason, calling Get-SHA512Hash from Helpers.ps1 is returning back different results on macOS and Linux vs Windows. Had to disable the ./templates/verify-testConfigSettingsHash.yaml check on those OS's as part of #181 until that can be better understood.
This means that the check in Tests\Common.ps1 that verifies you've modified the test settings configuration may not be working correctly on those platforms.
For some reason, calling
Get-SHA512HashfromHelpers.ps1is returning back different results on macOS and Linux vs Windows. Had to disable the./templates/verify-testConfigSettingsHash.yamlcheck on those OS's as part of #181 until that can be better understood.This means that the check in Tests\Common.ps1 that verifies you've modified the test settings configuration may not be working correctly on those platforms.