未验证 提交 4ef26f57 编写于 作者: M Medya Ghazizadeh 提交者: GitHub

Merge pull request #8602 from medyagh/cni_skip_none_test

skip cni test for none driver
......@@ -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.
先完成此消息的编辑!
想要评论请 注册