Disable meminfo_unix_test on FreeBSD
This is really just testing parseMemInfo which is part of the linux platform implementation. Signed-off-by: Doug Rabson <dfr@rabson.org>
This commit is contained in:
parent
8b9f40b169
commit
21b6cd738e
|
|
@ -1,4 +1,5 @@
|
|||
// +build linux freebsd
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package system
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue