diff --git a/test/powershell/Modules/Microsoft.PowerShell.Utility/Write-Stream.Tests.ps1 b/test/powershell/Modules/Microsoft.PowerShell.Utility/Write-Stream.Tests.ps1 index c6447e393..338939a1b 100644 --- a/test/powershell/Modules/Microsoft.PowerShell.Utility/Write-Stream.Tests.ps1 +++ b/test/powershell/Modules/Microsoft.PowerShell.Utility/Write-Stream.Tests.ps1 @@ -83,7 +83,7 @@ Describe "Stream writer tests" -Tags "CI" { $ps.Dispose() } - It "Write-Information outputs an information object" { + It "Write-Information outputs an information object" -Pending:($IsOSX) { # redirect the streams is sufficient $result = Write-Information "Test Message" *>&1 $result.GetType().Fullname | Should be "System.Management.Automation.InformationRecord"