Skip to content

Commit a303f05

Browse files
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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 14f18e5 commit a303f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/cgo/test/issue18146.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
func test18146(t *testing.T) {
2424
switch runtime.GOOS {
25-
case "darwin", "openbsd":
25+
case "darwin", "openbsd", "dragonfly":
2626
t.Skip("skipping on %s; issue 18146", runtime.GOOS)
2727
}
2828

0 commit comments

Comments
 (0)