Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
8 lines
137 B
Go
8 lines
137 B
Go
//go:build darwin || freebsd || netbsd || openbsd
|
|
|
|
package overlayfs
|
|
|
|
import "testing"
|
|
|
|
func TestOverlayfs(t *testing.T) { t.SkipNow() }
|