diff --git a/misc/cgo/test/issue18146.go b/misc/cgo/test/issue18146.go index 6e551c981e..ee62fc6aff 100644 --- a/misc/cgo/test/issue18146.go +++ b/misc/cgo/test/issue18146.go @@ -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) }