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:
parent
40a7b24dca
commit
59c1237fc9
|
@ -1,3 +1,5 @@
|
|||
// +build linux
|
||||
|
||||
package allocrunner
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue