Skip to content

Commit

Permalink
tests: allocrunner CNI tests are Linux-only (#10783)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tgross authored Jun 18, 2021
1 parent 77f6ecb commit 2520d83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/allocrunner/networking_cni_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build linux

package allocrunner

import (
Expand Down

0 comments on commit 2520d83

Please sign in to comment.