tests: allocrunner CNI tests are Linux-only (#10783)

Running the `client/allocrunner` tests fail to compile on macOS because the
CNI test file depends on the CNI network configurator, which is in a
Linux-only file.
This commit is contained in:
Tim Gross 2021-06-18 11:34:31 -04:00 committed by GitHub
parent 40a7b24dca
commit 59c1237fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build linux
package allocrunner
import (