trigger build

pull/11412/head
Ilya Zuyev 2021-05-14 16:06:17 -07:00
parent 2977b9baab
commit 7f6aac1c6a
1 changed files with 1 additions and 1 deletions

View File

@ -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())
} }