Skip to content

Commit

Permalink
Remove feature tests
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Popov <[email protected]>
  • Loading branch information
Vladimir Popov committed Nov 3, 2021
1 parent 0da0e0a commit 880c916
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
"github.com/stretchr/testify/suite"

"github.com/networkservicemesh/integration-tests/suites/basic"
"github.com/networkservicemesh/integration-tests/suites/features"
"github.com/networkservicemesh/integration-tests/suites/heal"
"github.com/networkservicemesh/integration-tests/suites/memory"
"github.com/networkservicemesh/integration-tests/suites/multiforwarder"
Expand Down Expand Up @@ -65,10 +64,3 @@ func TestBasic(t *testing.T) {
}
suite.Run(t, new(basic.Suite))
}

func TestFeatures(t *testing.T) {
if isCalico() {
t.Skip("not available with Calico")
}
suite.Run(t, new(features.Suite))
}

0 comments on commit 880c916

Please sign in to comment.