trigger build
parent
7f6aac1c6a
commit
3ccae6c6db
|
@ -73,6 +73,7 @@ func TestNetworkPlugins(t *testing.T) {
|
||||||
// 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/crio 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())
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
start := time.Now()
|
start := time.Now()
|
||||||
|
|
Loading…
Reference in New Issue