From 4b3101217791e8357cfb04856eeb47ca631e6b69 Mon Sep 17 00:00:00 2001 From: Dan Travison Date: Wed, 6 Sep 2017 13:02:25 -0700 Subject: [PATCH] Disable test "Test 01. Standard Property test - all properties ()" due to missing CsPhysicallyInstalledMemory --- .../Get-ComputerInfo.Tests.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/powershell/Modules/Microsoft.PowerShell.Management/Get-ComputerInfo.Tests.ps1 b/test/powershell/Modules/Microsoft.PowerShell.Management/Get-ComputerInfo.Tests.ps1 index ce26c2b8abb..e77b9bff236 100644 --- a/test/powershell/Modules/Microsoft.PowerShell.Management/Get-ComputerInfo.Tests.ps1 +++ b/test/powershell/Modules/Microsoft.PowerShell.Management/Get-ComputerInfo.Tests.ps1 @@ -1026,8 +1026,9 @@ try { # This is done with a set of test cases to improve failure investigation # since the data we get back comes from a number of sources, it will be # easier to debug the problem if we know *all* the failures - # - It "Test 01. Standard Property test - all properties ()" -testcase $testCases { + # issue: https://github.com/PowerShell/PowerShell/issues/4762 + # CsPhysicallyInstalledMemory not available when run in nightly builds + It "Test 01. Standard Property test - all properties ()" -testcase $testCases -Pending { param ( $property ) $specialProperties = "CsNetworkAdapters","CsProcessors","OsHotFixes" if ( $specialProperties -contains $property )