Fix use of registry in nightly tests causing failure on Linux#3377
Fix use of registry in nightly tests causing failure on Linux#3377daxian-dbw merged 1 commit intoPowerShell:masterfrom
Conversation
|
This |
|
LGTM, I'm going to re-assign it to Dongbo. If he is right that we don't need this code, it would be better to remove it completely. |
|
@daxian-dbw since this is blocking nightly's from passing, we should make a call on this sooner than later. perhaps we should merge this to get it passing and separately see if the code is still needed for CC? |
|
@SteveL-MSFT that sounds reasonable. #3079 is tracking this issue. |
It appears that Pester is causing PowerShell to reflect on the Win32.Registry type which causes a
type initializationexception even if not being used on Linux. Changed usage of registry to psdrive to avoid this problem.Addresses #3098