提交 4fff1a22 编写于 作者: M Medya Gh

skip cni test for none driver

上级 2b5254cf
......@@ -34,6 +34,9 @@ import (
func TestNetworkPlugins(t *testing.T) {
MaybeParallel(t)
if NoneDriver() {
t.Skip("skipping since test for none driver")
}
t.Run("group", func(t *testing.T) {
tests := []struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册