File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
test/powershell/Modules/Microsoft.PowerShell.Management Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1026,8 +1026,9 @@ try {
1026
1026
# This is done with a set of test cases to improve failure investigation
1027
1027
# since the data we get back comes from a number of sources, it will be
1028
1028
# easier to debug the problem if we know *all* the failures
1029
- #
1030
- It " Test 01. Standard Property test - all properties (<property>)" - testcase $testCases {
1029
+ # issue: https://github.com/PowerShell/PowerShell/issues/4762
1030
+ # CsPhysicallyInstalledMemory not available when run in nightly builds
1031
+ It " Test 01. Standard Property test - all properties (<property>)" - testcase $testCases - Pending {
1031
1032
param ( $property )
1032
1033
$specialProperties = " CsNetworkAdapters" , " CsProcessors" , " OsHotFixes"
1033
1034
if ( $specialProperties -contains $property )
You can’t perform that action at this time.
0 commit comments