8000 Disable test "Test 01. Standard Property test - all properties (<prop… · PowerShell/PowerShell@7faf76b · GitHub
[go: up one dir, main page]

Skip to content

Commit 7faf76b

Browse files
dantraMSFTdaxian-dbw
authored andcommitted
Disable test "Test 01. Standard Property test - all properties (<property>)" due to missing CsPhysicallyInstalledMemory (#4763)
1 parent 41f12b1 commit 7faf76b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/powershell/Modules/Microsoft.PowerShell.Management/Get-ComputerInfo.Tests.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,8 +1026,9 @@ try {
10261026
# This is done with a set of test cases to improve failure investigation
10271027
# since the data we get back comes from a number of sources, it will be
10281028
# 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 {
10311032
param ( $property )
10321033
$specialProperties = "CsNetworkAdapters","CsProcessors","OsHotFixes"
10331034
if ( $specialProperties -contains $property )

0 commit comments

Comments
 (0)
0