Skip to content

Commit

Permalink
Merge pull request #8602 from medyagh/cni_skip_none_test
Browse files Browse the repository at this point in the history
skip cni test for none driver
  • Loading branch information
medyagh authored Jun 30, 2020
2 parents 0d146db + 4fff1a2 commit 4ef26f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/net_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4ef26f5

Please sign in to comment.