Skip to content

Commit 9093862

Browse files
committed
remove log
1 parent 19ef924 commit 9093862

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

e2e/integration-tests/integration_tests_suite_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ import (
88

99
g "github.com/onsi/ginkgo/v2"
1010
o "github.com/onsi/gomega"
11-
"github.com/sirupsen/logrus"
1211
)
1312

14-
var log = logrus.New()
15-
1613
var ocNetObservBinPath string
1714

1815
func TestIntegrationTests(t *testing.T) {
@@ -24,7 +21,6 @@ var _ = g.BeforeSuite(func() {
2421
// kubeconfig env var and see if the cluster is reachable.
2522
if kubeconfig := os.Getenv("KUBECONFIG"); kubeconfig == "" {
2623
g.Skip("Set KUBECONFIG env variable")
27-
os.Exit(1)
2824
}
2925

3026
cmd := exec.Command("which", "oc-netobserv")

0 commit comments

Comments
 (0)