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:
Doug Rabson 2022-09-17 16:35:09 +01:00
parent 8b9f40b169
commit 21b6cd738e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// +build linux freebsd
//go:build linux
// +build linux
package system