Skip to content

Commit 5941b89

Browse files
markekrausTravisEz13
authored andcommitted
Mark Multiple Response Header Test Pending (#4640)
1 parent ece7b44 commit 5941b89

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/powershell/Modules/Microsoft.PowerShell.Utility/WebCmdlets.Tests.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,9 @@ Describe "Invoke-WebRequest tests" -Tags "Feature" {
12041204
$result.Output.RawContent | Should Match ([regex]::Escape('Content-Length: 2'))
12051205
}
12061206

1207-
It "Verifies Invoke-WebRequest Supports Multiple response headers with same name" {
1207+
# Test pending due to HttpListener limitation on Linux/macOS
1208+
# https://github.com/PowerShell/PowerShell/pull/4640
1209+
It "Verifies Invoke-WebRequest Supports Multiple response headers with same name" -Pending {
12081210
$headers = @{
12091211
'X-Fake-Header' = 'testvalue01','testvalue02'
12101212
} | ConvertTo-Json -Compress

0 commit comments

Comments
 (0)