Skip to content

Commit 2520d83

Browse files
authored
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.
1 parent 77f6ecb commit 2520d83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/allocrunner/networking_cni_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build linux
2+
13
package allocrunner
24

35
import (

0 commit comments

Comments
 (0)