We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7133d07 commit f948764Copy full SHA for f948764
1 file changed
resources/dism_dsc/tests/featureOnDemand_set.tests.ps1
@@ -30,7 +30,7 @@ Describe 'Microsoft.Windows/FeatureOnDemandList - set operation' -Skip:(!$IsWind
30
31
$script:initialInstalledState = Get-CapabilityState -capabilityName $knownCapability
32
if (-not $script:initialInstalledState) {
33
- throw "Failed to parse capability state for $knownCapability during test setup. DISM output: $($dismOutput)"
+ throw "Failed to parse capability state for $knownCapability during test setup."
34
}
35
36
0 commit comments