Skip to content

Commit d9bc310

Browse files
committed
run all tests
Signed-off-by: Coleen Iona Quadros <[email protected]>
1 parent e43cc18 commit d9bc310

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

cicd-scripts/customize-mco.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ get_ginkgo_focus() {
119119
# and we skip those that explictly requires OCP
120120
GINKGO_FOCUS=" --focus manifestwork/g --focus endpoint_preserve/g --focus grafana/g --focus metrics/g --focus addon/g --focus alert/g --focus dashboard/g --skip requires-ocp/g0"
121121
else
122-
GINKGO_FOCUS="--focus obs_rbac/g"
122+
GINKGO_FOCUS=""
123123
fi
124124
echo "Test focuses are ${GINKGO_FOCUS}"
125125
}

tests/pkg/tests/observability_rbac_test.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ package tests
77
import (
88
"bytes"
99
"fmt"
10+
"os"
11+
"os/exec"
12+
"time"
13+
1014
. "github.com/onsi/ginkgo/v2"
1115
. "github.com/onsi/gomega"
1216
"github.com/stolostron/multicluster-observability-operator/tests/pkg/utils"
1317
"k8s.io/klog"
14-
"os"
15-
"os/exec"
16-
"time"
1718
)
1819

1920
var _ = Describe("Observability:", Ordered, func() {

0 commit comments

Comments
 (0)