Skip to content

Commit 716afe2

Browse files
authored
Remove kubescape and prober from tests (#278)
1 parent 888c69a commit 716afe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func testMain(m *testing.M) int {
4848
func TestDeployments(t *testing.T) {
4949
kClient := promClient.kubeClient
5050

51-
apps := []string{"grafana", "kube-state-metrics", "prometheus-operator", "otel-collector", "kubescape", "http-prober"}
51+
apps := []string{"grafana", "kube-state-metrics", "prometheus-operator", "otel-collector"}
5252

5353
for _, app := range apps {
5454
// Table-driven + parallel tests are quite tricky and require us

0 commit comments

Comments
 (0)