We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc15ae commit 3dca89fCopy full SHA for 3dca89f
test/powershell/Host/ConsoleHost.Tests.ps1
@@ -994,7 +994,7 @@ public enum ShowWindowCommands : int
994
$global:PSDefaultParameterValues = $defaultParamValues
995
}
996
997
- It "-WindowStyle <WindowStyle> should work on Windows" -TestCases @(
+ It "-WindowStyle <WindowStyle> should work on Windows" -Pending -TestCases @(
998
@{WindowStyle="Normal"},
999
@{WindowStyle="Minimized"},
1000
@{WindowStyle="Maximized"} # hidden doesn't work in CI/Server Core
0 commit comments