]> Cypherpunks repositories - gostls13.git/commit
test: disable test for #36516 when cgo is not enabled
authorTobias Klauser <tklauser@distanz.ch>
Sun, 19 Jan 2020 19:05:15 +0000 (20:05 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Sun, 19 Jan 2020 20:36:10 +0000 (20:36 +0000)
commitdf2999ef43ea49ce1578137017949c0ee660608a
tree833530e6a13e8dd4bfb0dcdd4ee3b5d71b5a9f05
parent02816a2cad23a9399a6ad18033db0586c110de70
test: disable test for #36516 when cgo is not enabled

CL 214679 added a -race test which shouldn't be run when cgo is not
enabled.

Fixes the nocgo builder.

Change-Id: Iceddf802c4ef6c0de2c3a968e86342303d2d27d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/215477
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/fixedbugs/issue36516.go