Skip to content

Commit

Permalink
Remove -race from windows units temporarily on V7 side.
Browse files Browse the repository at this point in the history
Because of golang/go#27089, passing "-race" to
ginkgo causes the windows build to fail. We are simply removing this
flag until the golang issue is resolved. (Units on other operating
systems still check for race conditions.)

This change is to parallel fe63a26.

[#160911621]
  • Loading branch information
XenoPhex committed Nov 14, 2018
1 parent a7a945c commit e4162d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cli-v7/tasks/units-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ go get -u github.com/onsi/ginkgo/ginkgo

ginkgo version

ginkgo -r -race -randomizeAllSpecs -randomizeSuites -skipPackage integration -flakeAttempts=2 .
ginkgo -r -randomizeAllSpecs -randomizeSuites -skipPackage integration -flakeAttempts=2 .

0 comments on commit e4162d0

Please sign in to comment.