We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ef924 commit 9093862Copy full SHA for 9093862
e2e/integration-tests/integration_tests_suite_test.go
@@ -8,11 +8,8 @@ import (
8
9
g "github.com/onsi/ginkgo/v2"
10
o "github.com/onsi/gomega"
11
- "github.com/sirupsen/logrus"
12
)
13
14
-var log = logrus.New()
15
-
16
var ocNetObservBinPath string
17
18
func TestIntegrationTests(t *testing.T) {
@@ -24,7 +21,6 @@ var _ = g.BeforeSuite(func() {
24
21
// kubeconfig env var and see if the cluster is reachable.
25
22
if kubeconfig := os.Getenv("KUBECONFIG"); kubeconfig == "" {
26
23
g.Skip("Set KUBECONFIG env variable")
27
- os.Exit(1)
28
}
29
30
cmd := exec.Command("which", "oc-netobserv")
0 commit comments