Skip to content

Commit a46a51c

Browse files
daxian-dbwSIRMARGIN
authored andcommitted
Mark the 3 consistently failing tests as pending to unblock PRs (PowerShell#26091)
1 parent 91f022d commit a46a51c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/powershell/Host/ConsoleHost.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ public enum ShowWindowCommands : int
10211021
$global:PSDefaultParameterValues = $defaultParamValues
10221022
}
10231023

1024-
It "-WindowStyle <WindowStyle> should work on Windows" -TestCases @(
1024+
It "-WindowStyle <WindowStyle> should work on Windows" -Pending -TestCases @(
10251025
@{WindowStyle="Normal"},
10261026
@{WindowStyle="Minimized"},
10271027
@{WindowStyle="Maximized"} # hidden doesn't work in CI/Server Core

0 commit comments

Comments
 (0)