trigger build
parent
2977b9baab
commit
7f6aac1c6a
|
@ -71,7 +71,7 @@ func TestNetworkPlugins(t *testing.T) {
|
||||||
|
|
||||||
if !DockerDriver() && tc.name == "kubenet" {
|
if !DockerDriver() && tc.name == "kubenet" {
|
||||||
// CNI is disabled when --network-plugin=kubenet option is passed. See cni.New(..) function
|
// CNI is disabled when --network-plugin=kubenet option is passed. See cni.New(..) function
|
||||||
// But for containerd/cri-o CNI has to be configured
|
// But for containerd/crio CNI has to be configured
|
||||||
t.Skipf("Skipping the test as %s container runtimes requires CNI", ContainerRuntime())
|
t.Skipf("Skipping the test as %s container runtimes requires CNI", ContainerRuntime())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue