Skip to content

Commit

Permalink
Remove -race from windows units temporarily
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.)

[#160911621]

Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
Magesh Kumar Murali authored and willmurphyscode committed Nov 14, 2018
1 parent ace42a6 commit fe63a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cli/tasks/units-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,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 fe63a26

Please sign in to comment.