8000 Marked flaky test as pending to unblock daily builds (#2838) · PowerShell/PowerShell@9a195f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a195f4

Browse files
adityapatwardhanvors
authored andcommitted
Marked flaky test as pending to unbl 8000 ock daily builds (#2838)
1 parent 8abb6c3 commit 9a195f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/powershell/Language/Scripting/NativeExecution/NativeCommandProcessor.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Describe 'native commands lifecycle' -tags 'Feature' {
44
$powershell = Join-Path -Path $PsHome -ChildPath "powershell"
55
}
66

7-
It "native | ps | native doesn't block" {
7+
#Marking this test as Pending due to issue # https://github.com/PowerShell/PowerShell/issues/2802
8+
It "native | ps | native doesn't block" -Pending {
89
$first = $true
910
& $powershell -command '1..10 | % {Start-Sleep -mill 100; $_}' | %{$_} | & $powershell -command '$input' | % {
1011
if ($first)

0 commit comments

Comments
 (0)
0