1
0
mirror of https://github.com/golang/go synced 2024-11-23 09:00:04 -07:00

misc/cgo/test: skip Test18146 on DragonFly

Fails on builder for unknown reasons.

Fixes #18198.
Update #18146.

Change-Id: Iaa85826655eee57d86e0c73d06c930ef3f4647ec
Reviewed-on: https://go-review.googlesource.com/33906
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Ian Lance Taylor 2016-12-05 11:23:38 -08:00
parent 14f18e5b6f
commit a303f05f86

View File

@ -22,7 +22,7 @@ import (
func test18146(t *testing.T) {
switch runtime.GOOS {
case "darwin", "openbsd":
case "darwin", "openbsd", "dragonfly":
t.Skip("skipping on %s; issue 18146", runtime.GOOS)
}