Skip to content

Commit be3fb54

Browse files
Magesh Kumar Muraliwillmurphyscode
Magesh Kumar Murali
authored andcommitted
Remove -race from windows units temporarily
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]>
1 parent d918ad1 commit be3fb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/tasks/units-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ go get -u github.com/onsi/ginkgo/ginkgo
1111

1212
ginkgo version
1313

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

0 commit comments

Comments
 (0)