diff --git a/test/powershell/engine/Help/UpdatableHelpSystem.Tests.ps1 b/test/powershell/engine/Help/UpdatableHelpSystem.Tests.ps1 index 5fc9c045a..f67071473 100644 --- a/test/powershell/engine/Help/UpdatableHelpSystem.Tests.ps1 +++ b/test/powershell/engine/Help/UpdatableHelpSystem.Tests.ps1 @@ -20,7 +20,7 @@ $powershellCoreModules = @( "Microsoft.PowerShell.Security" "Microsoft.PowerShell.Utility" "Microsoft.WsMan.Management" - # "PackageManagement" - tracking issue https://github.com/PowerShell/PowerShell/issues/15654 + "PackageManagement" # "PowershellGet" )