Skip to content

Commit

Permalink
skip psnotify tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
luan committed Nov 21, 2017
1 parent 396df3c commit 63258d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tasks/test-unit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if ($LASTEXITCODE -ne 0) {
exit 1
}

ginkgo.exe -r -race -keepGoing
ginkgo.exe -r -race -keepGoing -skipPackage=psnotify
if ($LASTEXITCODE -ne 0) {
Write-Host "Gingko returned non-zero exit code: $LASTEXITCODE"
Write-Error $_
Expand Down

0 comments on commit 63258d4

Please sign in to comment.