github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/pkg/test/utils/utils_other.go (about) 1 //go:build !arm64 2 3 package testutils 4 5 import ( 6 "testing" 7 ) 8 9 func SkipIfArm(_ *testing.T, _ string) { 10 }