trigger build

pull/11412/head
Ilya Zuyev 2021-05-14 17:36:29 -07:00
parent 7f6aac1c6a
commit 3ccae6c6db
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ func TestNetworkPlugins(t *testing.T) {
// CNI is disabled when --network-plugin=kubenet option is passed. See cni.New(..) function
// But for containerd/crio CNI has to be configured
t.Skipf("Skipping the test as %s container runtimes requires CNI", ContainerRuntime())
return
}
start := time.Now()