WindowStyle <WindowStyle> tests in `ConsoleHost.Tests` failing
Windows Elevated Others:
Error: Description: -WindowStyle Normal should work on Windows
Name: WindowStyle argument.-WindowStyle Normal should work on Windows
message:
Expected exactly 'Normal', but got Hidden.
stack-trace:
at <ScriptBlock>, D:\a\PowerShell\PowerShell\test\powershell\Host\ConsoleHost.Tests.ps1: line 1044
1044: $showCmd | Should -BeExactly $WindowStyle
Error: Description: -WindowStyle Minimized should work on Windows
Name: WindowStyle argument.-WindowStyle Minimized should work on Windows
message:
Expected exactly 'Minimized', but got Hidden.
stack-trace:
at <ScriptBlock>, D:\a\PowerShell\PowerShell\test\powershell\Host\ConsoleHost.Tests.ps1: line 1044
1044: $showCmd | Should -BeExactly $WindowStyle
Error: Description: -WindowStyle Maximized should work on Windows
Name: WindowStyle argument.-WindowStyle Maximized should work on Windows
message:
Expected exactly 'Maximized', but got Hidden.
stack-trace:
at <ScriptBlock>, D:\a\PowerShell\PowerShell\test\powershell\Host\ConsoleHost.Tests.ps1: line 1044
1044: $showCmd | Should -BeExactly $WindowStyle