skip cni test for none driver

pull/8602/head
Medya Gh 2020-06-29 19:36:22 -07:00
parent 2b5254cf91
commit 4fff1a22d0
1 changed files with 3 additions and 0 deletions

View File

@ -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 {