We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb76c9c + 423fd19 commit 0101e54Copy full SHA for 0101e54
1 file changed
test/powershell/Host/ConsoleHost.Tests.ps1
@@ -1000,7 +1000,7 @@ public enum ShowWindowCommands : int
1000
$global:PSDefaultParameterValues = $defaultParamValues
1001
}
1002
1003
- It "-WindowStyle <WindowStyle> should work on Windows" -TestCases @(
+ It "-WindowStyle <WindowStyle> should work on Windows" -Pending -TestCases @(
1004
@{WindowStyle="Normal"},
1005
@{WindowStyle="Minimized"},
1006
@{WindowStyle="Maximized"} # hidden doesn't work in CI/Server Core
0 commit comments