8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abb6c3 commit 9a195f4Copy full SHA for 9a195f4
test/powershell/Language/Scripting/NativeExecution/NativeCommandProcessor.Tests.ps1
@@ -4,7 +4,8 @@ Describe 'native commands lifecycle' -tags 'Feature' {
4
$powershell = Join-Path -Path $PsHome -ChildPath "powershell"
5
}
6
7
- It "native | ps | native doesn't block" {
+ #Marking this test as Pending due to issue # https://github.com/PowerShell/PowerShell/issues/2802
8
+ It "native | ps | native doesn't block" -Pending {
9
$first = $true
10
& $powershell -command '1..10 | % {Start-Sleep -mill 100; $_}' | %{$_} | & $powershell -command '$input' | % {
11
if ($first)
0 commit comments