Skip to content

Commit

Permalink
cmd/igoptest: skip env.go for darwin-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Apr 27, 2024
1 parent 94fb416 commit 2673309
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/igoptest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ func init() {
gorootTestSkips = skips
} else if runtime.GOOS == "darwin" {
gorootTestSkips["locklinear.go"] = "skip github"
if runtime.GOARCH == "arm64" {
gorootTestSkips["env.go"] = "skip darwin"
}
}
}

Expand Down

0 comments on commit 2673309

Please sign in to comment.